mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.3967: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -757,7 +757,7 @@ generate_GETITEM(cctx_T *cctx, int index, int with_op)
|
||||
if (type->tt_type != VAR_LIST)
|
||||
{
|
||||
// cannot happen, caller has checked the type
|
||||
emsg(_(e_listreq));
|
||||
emsg(_(e_list_required));
|
||||
return FAIL;
|
||||
}
|
||||
item_type = type->tt_member;
|
||||
|
Reference in New Issue
Block a user