Skip to content

Commit

Permalink
patch 9.0.0239: build failure without the +wildmenu feature
Browse files Browse the repository at this point in the history
Problem:    Build failure without the +wildmenu feature.
Solution:   Move parenthesis.
  • Loading branch information
brammool committed Aug 21, 2022
1 parent 300175f commit 8884916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ex_getln.c
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -731,6 +731,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
239,
/**/
238,
/**/
Expand Down

0 comments on commit 8884916

Please sign in to comment.