mirror of
https://github.com/vim/vim.git
synced 2025-10-27 09:24:23 -04:00
patch 9.0.0278: the +wildignore feature is nearly always available
Problem: The +wildignore feature is nearly always available. Solution: Graduate +wildignore for consistency.
This commit is contained in:
@@ -655,11 +655,7 @@ static char *(features[]) =
|
||||
"-vtp",
|
||||
# endif
|
||||
#endif
|
||||
#ifdef FEAT_WILDIGN
|
||||
"+wildignore",
|
||||
#else
|
||||
"-wildignore",
|
||||
#endif
|
||||
#ifdef FEAT_WILDMENU
|
||||
"+wildmenu",
|
||||
#else
|
||||
@@ -723,6 +719,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
278,
|
||||
/**/
|
||||
277,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user