mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +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:
@@ -1084,6 +1084,7 @@ int showmatches(expand_T *xp, bool wildmenu)
|
||||
ui_flush();
|
||||
cmdline_row = msg_row;
|
||||
msg_didany = false; // lines_left will be set again
|
||||
msg_ext_set_kind("wildlist");
|
||||
msg_start(); // prepare for paging
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user