aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authortj-moody <92702993+tj-moody@users.noreply.github.com>2023-09-23 22:49:47 -0400
committerGitHub <noreply@github.com>2023-09-24 10:49:47 +0800
commit046c9a83f7ed2694c19d915a63ef0dfed9d29dc5 (patch)
tree91959929052c4b4922095954678220e3480f6dcd /runtime/doc/vim_diff.txt
parentcfb898cd8a42ff2262c96a12919a3cacef9d2973 (diff)
downloadrneovim-046c9a83f7ed2694c19d915a63ef0dfed9d29dc5.tar.gz
rneovim-046c9a83f7ed2694c19d915a63ef0dfed9d29dc5.tar.bz2
rneovim-046c9a83f7ed2694c19d915a63ef0dfed9d29dc5.zip
fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267)
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 8a6e5461c3..d65e470dcf 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -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.