forked from aniani/vim
patch 8.2.3961: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -5071,7 +5071,7 @@ gui_mch_get_font(char_u *name, int report_error)
|
||||
if (font == NULL)
|
||||
{
|
||||
if (report_error)
|
||||
semsg(_((char *)e_font), name);
|
||||
semsg(_((char *)e_unknown_font_str), name);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user