summaryrefslogtreecommitdiffstats
path: root/src/filepath.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-26 16:41:14 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-26 16:41:14 +0100
commit074fbd413172edc6f4936296a28bf8fd5cdfa38b (patch)
tree1c1f0e8682516840548e2b317e4a929c53ff9250 /src/filepath.c
parentc361842f1479a7f7f3e65bfb0e188f2e5d38336e (diff)
patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278
Problem: The +wildignore feature is nearly always available. Solution: Graduate +wildignore for consistency.
Diffstat (limited to 'src/filepath.c')
-rw-r--r--src/filepath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filepath.c b/src/filepath.c
index f61603fa6f..646a25e62e 100644
--- a/src/filepath.c
+++ b/src/filepath.c
@@ -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.