mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.4003: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -933,7 +933,7 @@ alloc_new_sign(char_u *name)
|
||||
if (next_sign_typenr == start)
|
||||
{
|
||||
vim_free(sp);
|
||||
emsg(_("E612: Too many signs defined"));
|
||||
emsg(_(e_too_many_signs_defined));
|
||||
return NULL;
|
||||
}
|
||||
lp = first_sign; // start all over
|
||||
|
Reference in New Issue
Block a user