mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -2661,7 +2661,7 @@ ex_loadkeymap(exarg_T *eap)
|
||||
|| *kp->from == NUL || *kp->to == NUL)
|
||||
{
|
||||
if (kp->to != NULL && *kp->to == NUL)
|
||||
emsg(_("E791: Empty keymap entry"));
|
||||
emsg(_(e_empty_keymap_entry));
|
||||
vim_free(kp->from);
|
||||
vim_free(kp->to);
|
||||
}
|
||||
|
Reference in New Issue
Block a user