diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-06-08 13:42:21 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2019-06-16 11:07:29 +0200 |
commit | 41f31ca90da4edd3c2fe518b87d4134552429ff8 (patch) | |
tree | 0f18a56d3f8d76b6d983a0bde74d9f060e38cf7e /runtime | |
parent | 5a96161e8664339c11a904b6f851f44d9c5b49d3 (diff) | |
download | rneovim-41f31ca90da4edd3c2fe518b87d4134552429ff8.tar.gz rneovim-41f31ca90da4edd3c2fe518b87d4134552429ff8.tar.bz2 rneovim-41f31ca90da4edd3c2fe518b87d4134552429ff8.zip |
messages: support shortmess-=S in ext_messages
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/ui.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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. |