Merge pull request #3761 from Shougo/vim-7.4.631

vim-patch:7.4.631
This commit is contained in:
Justin M. Keyes
2015-12-01 11:56:38 -05:00
3 changed files with 4 additions and 5 deletions

View File

@@ -1042,7 +1042,7 @@ EXTERN int lcs_space INIT(= NUL);
EXTERN int lcs_tab1 INIT(= NUL);
EXTERN int lcs_tab2 INIT(= NUL);
EXTERN int lcs_trail INIT(= NUL);
EXTERN int lcs_conceal INIT(= '-');
EXTERN int lcs_conceal INIT(= ' ');
/* Characters from 'fillchars' option */
EXTERN int fill_stl INIT(= ' ');