From 074fbd413172edc6f4936296a28bf8fd5cdfa38b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 26 Aug 2022 16:41:14 +0100 Subject: patch 9.0.0278: the +wildignore feature is nearly always available Problem: The +wildignore feature is nearly always available. Solution: Graduate +wildignore for consistency. --- src/filepath.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/filepath.c') 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. -- cgit v1.2.3