mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -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
|
if (xpc.xp_numfiles > 1
|
||||||
&& ((!did_wild_list && (wim_flags[wim_index] & WIM_LIST))
|
&& ((!did_wild_list && (wim_flags[wim_index] & WIM_LIST))
|
||||||
#ifdef FEAT_WILDMENU
|
#ifdef FEAT_WILDMENU
|
||||||
|| p_wmnu)
|
|| p_wmnu
|
||||||
#endif
|
#endif
|
||||||
)
|
))
|
||||||
{
|
{
|
||||||
#ifdef FEAT_WILDMENU
|
#ifdef FEAT_WILDMENU
|
||||||
// Trigger the popup menu when wildoptions=pum
|
// Trigger the popup menu when wildoptions=pum
|
||||||
|
@@ -731,6 +731,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
239,
|
||||||
/**/
|
/**/
|
||||||
238,
|
238,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user