mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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:
@@ -7978,7 +7978,7 @@ cexpr_core(exarg_T *eap, typval_T *tv)
|
||||
return OK;
|
||||
}
|
||||
|
||||
emsg(_("E777: String or List expected"));
|
||||
emsg(_(e_string_or_list_expected));
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user