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:
@@ -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
|
||||
|
@@ -731,6 +731,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
239,
|
||||
/**/
|
||||
238,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user