aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
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.