aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-06-16 12:34:27 +0200
committerGitHub <noreply@github.com>2019-06-16 12:34:27 +0200
commit3d6e48a941acab51d8c045ec325783c0107a5d54 (patch)
tree50a56b49db6e743f46f63047cbaf9d071c34ba25 /runtime
parent5a96161e8664339c11a904b6f851f44d9c5b49d3 (diff)
parente39d217592d83566bba004dc80120f22f59b544b (diff)
downloadrneovim-3d6e48a941acab51d8c045ec325783c0107a5d54.tar.gz
rneovim-3d6e48a941acab51d8c045ec325783c0107a5d54.tar.bz2
rneovim-3d6e48a941acab51d8c045ec325783c0107a5d54.zip
Merge pull request #10150 from bfredl/extcount
make msg_advance and search_count not crash with ext_messages, fixes #10069
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/ui.txt1
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.