0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -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