1
0
forked from aniani/vim

patch 8.2.4003: error messages are spread out

Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
This commit is contained in:
Bram Moolenaar
2022-01-04 19:57:55 +00:00
parent 6cac77016b
commit d88be5be80
14 changed files with 197 additions and 65 deletions

View File

@@ -530,7 +530,7 @@ add_menu_path(
if (*next_name == NUL && menu->children != NULL)
{
if (!sys_menu)
emsg(_(e_menu_path_must_not_loead_to_sub_menu));
emsg(_(e_menu_path_must_not_lead_to_sub_menu));
goto erret;
}
if (*next_name != NUL && menu->children == NULL