diff options
author | Tomasz N <przepompownia@users.noreply.github.com> | 2024-11-20 01:06:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 16:06:36 -0800 |
commit | f111c32ff9dc63f4db08a27089b666e8fdce3eaf (patch) | |
tree | d8da890a1dbce83447378f9f5297edd914566b04 /runtime/doc/ui.txt | |
parent | 081beb3659bd6d8efc3e977a160b1e72becbd8a2 (diff) | |
download | rneovim-f111c32ff9dc63f4db08a27089b666e8fdce3eaf.tar.gz rneovim-f111c32ff9dc63f4db08a27089b666e8fdce3eaf.tar.bz2 rneovim-f111c32ff9dc63f4db08a27089b666e8fdce3eaf.zip |
fix(messages): no message kind for search pattern #31272
Diffstat (limited to 'runtime/doc/ui.txt')
-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 4e8253c47a..9cbb84a19d 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -800,6 +800,7 @@ must handle. "rpc_error" Error response from |rpcrequest()| "return_prompt" |press-enter| prompt after a multiple messages "quickfix" Quickfix navigation message + "search_cmd" Entered search command "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 |