mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.2.3975: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1019,7 +1019,7 @@ sign_define_init_text(sign_T *sp, char_u *text)
|
||||
// Currently sign text must be one or two display cells
|
||||
if (s != endp || cells < 1 || cells > 2)
|
||||
{
|
||||
semsg(_("E239: Invalid sign text: %s"), text);
|
||||
semsg(_(e_invalid_sign_text_str), text);
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user