summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-30 20:58:46 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-30 20:58:46 +0100
commita2c2ae473ab8789ceba9706713441a365dec685e (patch)
tree23d375ddcbdf5963de3ac75851aa11faa5a52406
parentc667da5185ce5dce914d2006d62da2be0cedb384 (diff)
patch 8.1.2369: cannot build with quickfix and without text propertiesv8.1.2369
Problem: Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino)
-rw-r--r--src/popupmenu.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/popupmenu.c b/src/popupmenu.c
index 4d1d845655..11dd1865f4 100644
--- a/src/popupmenu.c
+++ b/src/popupmenu.c
@@ -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;
diff --git a/src/version.c b/src/version.c
index 32d8f92dc1..65f7235040 100644
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2369,
+/**/
2368,
/**/
2367,