commit | d570ab95d9ab0616f7d7cff59302617e612eae41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 23:20:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 23:20:05 2019 +0200 |
tree | 0224cb7320bbc2a2529de2d2f1cca2d95bf93947 | |
parent | 19e8ac72e9c17b894a9c74cb8f70feb33567033c [diff] [blame] |
patch 8.1.1971: manually enabling features causes build errors Problem: Manually enabling features causes build errors. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/popupmnu.c b/src/popupmnu.c index c25cff2..da70c5f 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c
@@ -760,8 +760,9 @@ # else # define use_popup 0 # endif +# ifdef FEAT_TEXT_PROP has_info = TRUE; - +# endif // Open a preview window. 3 lines by default. Prefer // 'previewheight' if set and smaller. g_do_tagpreview = 3;