mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:8.2.3424: a sequence of spaces is hard to see in list mode
Problem: A sequence of spaces is hard to see in list mode.
Solution: Add the "multispace" option to 'listchars'. (closes vim/vim#8834)
f14b8ba137
This commit is contained in:
@@ -1214,6 +1214,7 @@ struct window_S {
|
||||
int tab3; ///< third tab character
|
||||
int lead;
|
||||
int trail;
|
||||
int *multispace;
|
||||
int conceal;
|
||||
} w_p_lcs_chars;
|
||||
|
||||
|
Reference in New Issue
Block a user