forked from aniani/vim
patch 8.2.3970: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -289,7 +289,7 @@ ex_menu(
|
||||
}
|
||||
else if (*map_to != NUL && (unmenu || enable != MAYBE))
|
||||
{
|
||||
semsg(_(e_trailing_arg), map_to);
|
||||
semsg(_(e_trailing_characters_str), map_to);
|
||||
goto theend;
|
||||
}
|
||||
#if defined(FEAT_GUI) && !(defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON))
|
||||
|
Reference in New Issue
Block a user