Add VertSplitNC highlight group for vertical separators of non-current windows, similar to StatusLine/StatusLineNC distinction. The separator adjacent to the current window uses VertSplit, others use VertSplitNC. Default: linked to StatusLineNC for visual consistency.
At the current window's status line rows, the separator column uses the StatusLine fillchar so the status line extends seamlessly. All other rows use the vsep character with VertSplit or VertSplitNC highlight.
Also:
https://github.com/vim/vim/pull/19951
(24 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
$ vim --clean --cmd "lang C" --cmd "colorscheme torte" +"hi! link VertSplit StatusLine" +"set ls=2" +sp +sp +"wincmd w" +vsp +vsp +"wincmd t" main.c
:wincmd w
:wincmd w
:wincmd w
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@h-east pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@h-east pushed 2 commits.
You are receiving this because you are subscribed to this thread.![]()