mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:8.1.0759: showing two characters for tab is limited
Problem: Showing two characters for tab is limited.
Solution: Allow for a third character for "tab:" in 'listchars'. (Nathaniel
Braun, Ken Takata, closes vim/vim#3810)
83a52171ba
This commit is contained in:
@@ -1016,6 +1016,7 @@ struct window_S {
|
||||
int space;
|
||||
int tab1; ///< first tab character
|
||||
int tab2; ///< second tab character
|
||||
int tab3; ///< third tab character
|
||||
int trail;
|
||||
int conceal;
|
||||
} w_p_lcs_chars;
|
||||
|
Reference in New Issue
Block a user