mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04: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:
@@ -626,7 +626,7 @@ heredoc_get(exarg_T *eap, char_u *cmd, int script_get)
|
||||
*p = NUL;
|
||||
if (!script_get && vim_islower(*marker))
|
||||
{
|
||||
emsg(_("E221: Marker cannot start with lower case letter"));
|
||||
emsg(_(e_marker_cannot_start_with_lower_case_letter));
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user