diff options
author | Tomasz N <przepompownia@users.noreply.github.com> | 2024-12-20 13:41:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 04:41:57 -0800 |
commit | 909b18d05a8d472b12c156e1663282bf6f5ce307 (patch) | |
tree | 1910d6e5c7f32227e73e8a9cc4df5dcaa09a5bb9 /runtime | |
parent | 4e130c1ee446f4389a8c76c5e81b53bff8b9193c (diff) | |
download | rneovim-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.txt | 1 |
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 |