Make VertSplit separator always visible.

The separator makes it clear how a window has been split, which is
useful, for example, when you rotate windows (<c-w><c-r>). The separator
may be suppressed by the user with 'fillchars'.

See also: https://github.com/vim/vim/issues/2724.
This commit is contained in:
Lifepillar
2018-03-25 12:44:52 +02:00
parent a534e726e5
commit 330148b2f3
8 changed files with 36 additions and 36 deletions

View File

@@ -189,7 +189,7 @@ endif
endverbatim
StatusLineTerm -> StatusLine
StatusLineTermNC -> StatusLineNC
VertSplit base01 base01
VertSplit base02 base01
Visual base01 base03 reverse
VisualNOS none base02 reverse
WarningMsg orange none bold
@@ -441,7 +441,7 @@ endif
endverbatim
StatusLineTerm -> StatusLine
StatusLineTermNC -> StatusLineNC
VertSplit base01 base01
VertSplit base1 base01
Visual base01 base03 reverse
VisualNOS none base02 reverse
WarningMsg orange none bold