changeset 18759:592c7b56db69 v8.1.2369

patch 8.1.2369: cannot build with quickfix and without text properties Commit: https://github.com/vim/vim/commit/a2c2ae473ab8789ceba9706713441a365dec685e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 20:58:46 2019 +0100 patch 8.1.2369: cannot build with quickfix and without text properties Problem: Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 21:00:04 +0100
parents aadf086144e0
children fa208f8423ad
files src/popupmenu.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/popupmenu.c
+++ b/src/popupmenu.c
@@ -761,7 +761,7 @@ pum_set_selected(int n, int repeat UNUSE
 # 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;
--- 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,