forked from aniani/vim
patch 8.2.3987: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1941,7 +1941,7 @@ nb_do_cmd(
|
||||
bg = vim_strsave(p);
|
||||
if (STRLEN(fg) > MAX_COLOR_LENGTH || STRLEN(bg) > MAX_COLOR_LENGTH)
|
||||
{
|
||||
emsg("E532: highlighting color name too long in defineAnnoType");
|
||||
emsg(e_highlighting_color_name_too_long_in_defineAnnoType);
|
||||
VIM_CLEAR(typeName);
|
||||
parse_error = TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user