mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16: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:
@@ -223,6 +223,7 @@ int get_number(int colon, bool *mouse_used)
|
||||
/// the line number.
|
||||
int prompt_for_number(bool *mouse_used)
|
||||
{
|
||||
msg_ext_set_kind("number_prompt");
|
||||
// When using ":silent" assume that <CR> was entered.
|
||||
if (mouse_used != NULL) {
|
||||
msg_puts(_("Type number and <Enter> or click with the mouse "
|
||||
|
Reference in New Issue
Block a user