vim-patch:8.2.2454: leading space can not be made visible (#14138)

Problem:    Leading space can not be made visible.
Solution:   Add "lead:" to 'listchars'. (closes vim/vim#7772)
91478ae49a
This commit is contained in:
zeertzjq
2021-03-30 09:26:11 +08:00
committed by GitHub
parent 291f1ece7f
commit f89bfa6869
6 changed files with 78 additions and 7 deletions

View File

@@ -1201,6 +1201,7 @@ struct window_S {
int tab1; ///< first tab character
int tab2; ///< second tab character
int tab3; ///< third tab character
int lead;
int trail;
int conceal;
} w_p_lcs_chars;