mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
updated for version 7.0202
This commit is contained in:
@@ -577,7 +577,7 @@ EXTERN char_u *p_lispwords; /* 'lispwords' */
|
||||
#endif
|
||||
#ifdef FEAT_WINDOWS
|
||||
EXTERN long p_ls; /* 'laststatus' */
|
||||
EXTERN long p_tal; /* 'tabline' */
|
||||
EXTERN long p_stal; /* 'showtabline' */
|
||||
#endif
|
||||
EXTERN char_u *p_lcs; /* 'listchars' */
|
||||
|
||||
@@ -716,6 +716,9 @@ EXTERN int p_scs; /* 'smartcase' */
|
||||
EXTERN int p_sta; /* 'smarttab' */
|
||||
#ifdef FEAT_WINDOWS
|
||||
EXTERN int p_sb; /* 'splitbelow' */
|
||||
# if defined(FEAT_STL_OPT)
|
||||
EXTERN char_u *p_tal; /* 'tabline' */
|
||||
# endif
|
||||
#endif
|
||||
#ifdef FEAT_SYN_HL
|
||||
EXTERN char_u *p_sps; /* 'spellsuggest' */
|
||||
|
||||
Reference in New Issue
Block a user