aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorTomasz N <przepompownia@users.noreply.github.com>2024-12-20 13:41:57 +0100
committerGitHub <noreply@github.com>2024-12-20 04:41:57 -0800
commit909b18d05a8d472b12c156e1663282bf6f5ce307 (patch)
tree1910d6e5c7f32227e73e8a9cc4df5dcaa09a5bb9 /runtime
parent4e130c1ee446f4389a8c76c5e81b53bff8b9193c (diff)
downloadrneovim-909b18d05a8d472b12c156e1663282bf6f5ce307.tar.gz
rneovim-909b18d05a8d472b12c156e1663282bf6f5ce307.tar.bz2
rneovim-909b18d05a8d472b12c156e1663282bf6f5ce307.zip
fix(messages): no message kind for completion menu messages #31646
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 6fb000b285..f531411354 100644
--- a/runtime/doc/ui.txt
+++ b/runtime/doc/ui.txt
@@ -796,6 +796,7 @@ must handle.
"echo" |:echo| message
"echomsg" |:echomsg| message
"echoerr" |:echoerr| message
+ "completion" |ins-completion-menu| message
"list_cmd" List output for various commands (|:ls|, |:set|, …)
"lua_error" Error in |:lua| code
"lua_print" |print()| from |:lua| code