mirror of
https://github.com/vim/vim.git
synced 2025-11-08 10:27:32 -05:00
patch 8.2.3959: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -339,7 +339,7 @@ ex_language(exarg_T *eap)
|
||||
# endif
|
||||
}
|
||||
if (loc == NULL)
|
||||
semsg(_("E197: Cannot set language to \"%s\""), name);
|
||||
semsg(_(e_cannot_set_language_to_str), name);
|
||||
else
|
||||
{
|
||||
# ifdef HAVE_NL_MSG_CAT_CNTR
|
||||
|
||||
Reference in New Issue
Block a user