0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 9.0.0239: build failure without the +wildmenu feature

Problem:    Build failure without the +wildmenu feature.
Solution:   Move parenthesis.
This commit is contained in:
Bram Moolenaar
2022-08-21 19:08:50 +01:00
parent 300175fd7f
commit 8884916043
2 changed files with 4 additions and 2 deletions

View 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

View File

@@ -731,6 +731,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
239,
/**/
238,
/**/