forked from aniani/vim
patch 8.2.3972: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last errors from globals.h to errors.h.
This commit is contained in:
@@ -1476,7 +1476,7 @@ pum_show_popupmenu(vimmenu_T *menu)
|
||||
// pum_size being zero.
|
||||
if (pum_size <= 0)
|
||||
{
|
||||
emsg(e_menuothermode);
|
||||
emsg(e_menu_only_exists_in_another_mode);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user