]> granicus.if.org Git - vim/commitdiff
patch 8.1.2369: cannot build with quickfix and without text properties v8.1.2369
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Nov 2019 19:58:46 +0000 (20:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Nov 2019 19:58:46 +0000 (20:58 +0100)
Problem:    Cannot build with quickfix and without text properties.
Solution:   Fix typo. (Naruhiko Nishino)

src/popupmenu.c
src/version.c

index 4d1d84565567c2818a240df1d8b93c704057f5d8..11dd1865f4076efc3c0363c42b5b792f12851bdb 100644 (file)
@@ -761,7 +761,7 @@ pum_set_selected(int n, int repeat UNUSED)
 # ifdef FEAT_TEXT_PROP
            use_popup_T use_popup;
 # else
-#  define use_popup POPUP_NONE
+#  define use_popup USEPOPUP_NONE
 # endif
 # ifdef FEAT_TEXT_PROP
            has_info = TRUE;
index 32d8f92dc14cd0ef579fedca8f085e19f9cbc2a1..65f72350404a9c6aabee8cf8779cbe5669948155 100644 (file)
@@ -737,6 +737,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2369,
 /**/
     2368,
 /**/