mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267)
This commit is contained in:
@@ -534,6 +534,10 @@ Vimscript compatibility:
|
||||
`shell_error` does not alias to |v:shell_error|
|
||||
`this_session` does not alias to |v:this_session|
|
||||
|
||||
UI/Display:
|
||||
'statusline' always uses the "stl" and "stlnc" fields of 'fillchars', even
|
||||
if they are the same and |hl-StatusLine| and |hl-StatusLineNC| are equal.
|
||||
|
||||
Working directory (Vim implemented some of these after Nvim):
|
||||
- |DirChanged| and |DirChangedPre| can be triggered when switching to another
|
||||
window or tab.
|
||||
|
||||
Reference in New Issue
Block a user