aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-10-12 10:57:31 -0700
committerGitHub <noreply@github.com>2024-10-12 10:57:31 -0700
commite049c6e4c08a141c94218672e770f86f91c27a11 (patch)
tree9ee26aa2f39b30a86410d79a425b1a440c807822 /runtime
parent4b909528516032b002a4a32f3e06f0eb6185ea6b (diff)
downloadrneovim-e049c6e4c08a141c94218672e770f86f91c27a11.tar.gz
rneovim-e049c6e4c08a141c94218672e770f86f91c27a11.tar.bz2
rneovim-e049c6e4c08a141c94218672e770f86f91c27a11.zip
feat(ui): statusline text inherits highlights #29976
Changes apply to the winbar, statusline, and tabline text.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 6af136bb5a..5c93128f25 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -262,6 +262,10 @@ These existing features changed their behavior.
more emoji characters than before, including those encoded with multiple
emoji codepoints combined with ZWJ (zero width joiner) codepoints.
+• Text in the 'statusline', 'tabline', and 'winbar' now inherits highlights
+ from the respective |hl-StatusLine|, |hl-TabLine|, and |hl-WinBar| highlight
+ groups.
+
• |vim.on_key()| callbacks won't be invoked recursively when a callback itself
consumes input.