commit | 682725c1415f50681877df60257115a966e2a3d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 25 20:10:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 25 20:10:37 2019 +0200 |
tree | 910e5136455a9651344cb4e6de7adab6f798067b | |
parent | 4d784b21d14fc66e98a2b07f70343cdd4acd62aa [diff] [blame] |
patch 8.1.1392: build failure in tiny version Problem: Build failure in tiny version. Solution: Define ex_popupclear to ex_ni if not implemented. Add UNUSED.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index c6e00be..9f127ec 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -397,6 +397,9 @@ #if !defined(FEAT_X11) || !defined(FEAT_XCLIPBOARD) # define ex_xrestore ex_ni #endif +#if !defined(FEAT_TEXT_PROP) +# define ex_popupclear ex_ni +#endif /* * Declare cmdnames[].