From 41f31ca90da4edd3c2fe518b87d4134552429ff8 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sat, 8 Jun 2019 13:42:21 +0200 Subject: messages: support shortmess-=S in ext_messages --- runtime/doc/ui.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc') diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index ca10edccba..c56f9467a3 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -706,6 +706,7 @@ events, which the UI must handle. "rpc_error" Error response from |rpcrequest()| "return_prompt" |press-enter| prompt after a multiple messages "quickfix" Quickfix navigation message + "search_count" Search count message ("S" flag of 'shortmess') "wmsg" Warning ("search hit BOTTOM", |W10|, …) New kinds may be added in the future; clients should treat unknown kinds as the empty kind. -- cgit