mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267)
This commit is contained in:
@@ -2790,8 +2790,8 @@ return {
|
||||
and the value of that item:
|
||||
|
||||
item default Used for ~
|
||||
stl ' ' or '^' statusline of the current window
|
||||
stlnc ' ' or '=' statusline of the non-current windows
|
||||
stl ' ' statusline of the current window
|
||||
stlnc ' ' statusline of the non-current windows
|
||||
wbr ' ' window bar
|
||||
horiz '─' or '-' horizontal separators |:split|
|
||||
horizup '┴' or '-' upwards facing horizontal separator
|
||||
@@ -2810,9 +2810,7 @@ return {
|
||||
eob '~' empty lines at the end of a buffer
|
||||
lastline '@' 'display' contains lastline/truncate
|
||||
|
||||
Any one that is omitted will fall back to the default. For "stl" and
|
||||
"stlnc" the space will be used when there is highlighting, '^' or '='
|
||||
otherwise.
|
||||
Any one that is omitted will fall back to the default.
|
||||
|
||||
Note that "horiz", "horizup", "horizdown", "vertleft", "vertright" and
|
||||
"verthoriz" are only used when 'laststatus' is 3, since only vertical
|
||||
|
Reference in New Issue
Block a user