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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user