aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/news.txt
diff options
context:
space:
mode:
authorluukvbaal <luukvbaal@gmail.com>2025-01-13 13:59:34 +0100
committerGitHub <noreply@github.com>2025-01-13 04:59:34 -0800
commitcb7b4e296238b46025de05203c886d67da401728 (patch)
tree660ce0d42e77c294b40d2808ddfb3899a12d427d /runtime/doc/news.txt
parent47866cd8d20c62afa8a3c3929d3aada2db9162f5 (diff)
downloadrneovim-cb7b4e296238b46025de05203c886d67da401728.tar.gz
rneovim-cb7b4e296238b46025de05203c886d67da401728.tar.bz2
rneovim-cb7b4e296238b46025de05203c886d67da401728.zip
feat(messages): "verbose" message kind #31991
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index a1868e97d0..3edf146b19 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -96,7 +96,7 @@ EVENTS
• `msg_show`:
• `history` argument indicating if the message was added to the history.
• new message kinds: "bufwrite", "completion", "list_cmd", "lua_print",
- "search_cmd", "undo", "wildlist".
+ "search_cmd", "undo", "verbose", wildlist".
HIGHLIGHTS