1
0
forked from aniani/vim

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

@@ -451,9 +451,7 @@ EXTERN unsigned bo_flags;
#define BO_TERM 0x40000
#define BO_WILD 0x80000
#ifdef FEAT_WILDIGN
EXTERN char_u *p_bsk; // 'backupskip'
#endif
#ifdef FEAT_CRYPT
EXTERN char_u *p_cm; // 'cryptmethod'
#endif
@@ -1061,9 +1059,7 @@ EXTERN long p_window; // 'window'
#define FEAT_WAK
EXTERN char_u *p_wak; // 'winaltkeys'
#endif
#ifdef FEAT_WILDIGN
EXTERN char_u *p_wig; // 'wildignore'
#endif
EXTERN int p_wiv; // 'weirdinvert'
EXTERN char_u *p_ww; // 'whichwrap'
EXTERN long p_wc; // 'wildchar'