fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267)

This commit is contained in:
tj-moody
2023-09-23 22:49:47 -04:00
committed by GitHub
parent cfb898cd8a
commit 046c9a83f7
7 changed files with 32 additions and 29 deletions

View File

@@ -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.