commit | 074fbd413172edc6f4936296a28bf8fd5cdfa38b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 16:41:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 16:41:14 2022 +0100 |
tree | 1c1f0e8682516840548e2b317e4a929c53ff9250 | |
parent | c361842f1479a7f7f3e65bfb0e188f2e5d38336e [diff] [blame] |
patch 9.0.0278: the +wildignore feature is nearly always available Problem: The +wildignore feature is nearly always available. Solution: Graduate +wildignore for consistency.
diff --git a/src/evalfunc.c b/src/evalfunc.c index b3084f3..a41e675 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c
@@ -6260,13 +6260,7 @@ 0 #endif }, - {"wildignore", -#ifdef FEAT_WILDIGN - 1 -#else - 0 -#endif - }, + {"wildignore", 1}, {"wildmenu", #ifdef FEAT_WILDMENU 1