From cb7b4e296238b46025de05203c886d67da401728 Mon Sep 17 00:00:00 2001 From: luukvbaal Date: Mon, 13 Jan 2025 13:59:34 +0100 Subject: feat(messages): "verbose" message kind #31991 --- runtime/doc/news.txt | 2 +- runtime/doc/ui.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') 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 diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 8f25133e7a..26ea03d2be 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -806,6 +806,7 @@ must handle. "search_cmd" Entered search command "search_count" Search count message ("S" flag of 'shortmess') "undo" |:undo| and |:redo| message + "verbose" 'verbose' message "wildlist" 'wildmode' "list" message "wmsg" Warning ("search hit BOTTOM", |W10|, …) New kinds may be added in the future; clients should treat unknown -- cgit