mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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:
@@ -3136,7 +3136,6 @@ expand_wildcards(
|
||||
if ((flags & EW_KEEPALL) || retval == FAIL)
|
||||
return retval;
|
||||
|
||||
#ifdef FEAT_WILDIGN
|
||||
/*
|
||||
* Remove names that match 'wildignore'.
|
||||
*/
|
||||
@@ -3172,7 +3171,6 @@ expand_wildcards(
|
||||
return FAIL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Move the names where 'suffixes' match to the end.
|
||||
|
Reference in New Issue
Block a user