forked from aniani/vim
patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'
Problem: The tiny version has the popup menu but not 'wildmenu'. Solution: Graduate the wildmenu feature.
This commit is contained in:
@@ -656,11 +656,7 @@ static char *(features[]) =
|
||||
# endif
|
||||
#endif
|
||||
"+wildignore",
|
||||
#ifdef FEAT_WILDMENU
|
||||
"+wildmenu",
|
||||
#else
|
||||
"-wildmenu",
|
||||
#endif
|
||||
"+windows",
|
||||
#ifdef FEAT_WRITEBACKUP
|
||||
"+writebackup",
|
||||
@@ -719,6 +715,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
279,
|
||||
/**/
|
||||
278,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user