]> granicus.if.org Git - vim/commitdiff
patch 9.0.0239: build failure without the +wildmenu feature v9.0.0239
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 18:08:50 +0000 (19:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 18:08:50 +0000 (19:08 +0100)
Problem:    Build failure without the +wildmenu feature.
Solution:   Move parenthesis.

src/ex_getln.c
src/version.c

index 6b62d84cf17a00f676500b378646f1f1d7ee9795..7b84af6153834b15ab52bf8bd434b72c60edf81f 100644 (file)
@@ -2036,9 +2036,9 @@ getcmdline_int(
                if (xpc.xp_numfiles > 1
                    && ((!did_wild_list && (wim_flags[wim_index] & WIM_LIST))
 #ifdef FEAT_WILDMENU
-                           || p_wmnu)
+                           || p_wmnu
 #endif
-                       )
+                      ))
                {
 #ifdef FEAT_WILDMENU
                    // Trigger the popup menu when wildoptions=pum
index 289d0e68545537e8151cfa281d6a9e657910bf6a..fe100c81026c1cf97d635346073a9fb5b72f9354 100644 (file)
@@ -731,6 +731,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    239,
 /**/
     238,
 /**/