mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 23:31:19 +00:00
fix(messages): more ext_messages kinds #31279
Add kinds for various commands that output a list, the 'wildmode' list, and for number prompts.
This commit is contained in:
@@ -2819,6 +2819,7 @@ void buflist_list(exarg_T *eap)
|
||||
garray_T buflist;
|
||||
buf_T **buflist_data = NULL;
|
||||
|
||||
msg_ext_set_kind("list_cmd");
|
||||
if (vim_strchr(eap->arg, 't')) {
|
||||
ga_init(&buflist, sizeof(buf_T *), 50);
|
||||
for (buf = firstbuf; buf != NULL; buf = buf->b_next) {
|
||||
|
||||
Reference in New Issue
Block a user