From a2c2ae473ab8789ceba9706713441a365dec685e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Nov 2019 20:58:46 +0100 Subject: 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) --- src/popupmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/popupmenu.c') diff --git a/src/popupmenu.c b/src/popupmenu.c index 4d1d84565..11dd1865f 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; -- cgit v1.2.1