mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -4882,7 +4882,7 @@ syn_cmd_keyword(exarg_T *eap, int syncing UNUSED)
|
||||
break;
|
||||
if (p[1] == NUL)
|
||||
{
|
||||
semsg(_("E789: Missing ']': %s"), kw);
|
||||
semsg(_(e_error_missing_rsb_str), kw);
|
||||
goto error;
|
||||
}
|
||||
if (p[1] == ']')
|
||||
|
Reference in New Issue
Block a user