mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
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:
@@ -193,7 +193,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
|
||||
@@ -445,7 +445,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
|
||||
|
||||
Reference in New Issue
Block a user