0
0
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:
Bram Moolenaar
2022-08-26 16:41:14 +01:00
parent c361842f14
commit 074fbd4131
11 changed files with 17 additions and 57 deletions

View File

@@ -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.