mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4012: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last error messages to errors.h.
This commit is contained in:
@@ -4889,8 +4889,8 @@ syn_cmd_keyword(exarg_T *eap, int syncing UNUSED)
|
||||
{
|
||||
if (p[2] != NUL)
|
||||
{
|
||||
semsg(_("E890: trailing char after ']': %s]%s"),
|
||||
kw, &p[2]);
|
||||
semsg(_(e_trailing_char_after_rsb_str_str),
|
||||
kw, &p[2]);
|
||||
goto error;
|
||||
}
|
||||
kw = p + 1; // skip over the "]"
|
||||
|
Reference in New Issue
Block a user