mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3985: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -891,7 +891,7 @@ internal_error_no_abort(char *where)
|
||||
void
|
||||
emsg_invreg(int name)
|
||||
{
|
||||
semsg(_("E354: Invalid register name: '%s'"), transchar(name));
|
||||
semsg(_(e_invalid_register_name_str), transchar(name));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user