mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.4.286
Problem: Error messages are inconsistant. (ZyX) Solution: Change "Lists" to "list".
This commit is contained in:
@@ -4431,7 +4431,7 @@ eval4(arg, rettv, evaluate)
|
||||
if (rettv->v_type != var2.v_type)
|
||||
EMSG(_("E691: Can only compare List with List"));
|
||||
else
|
||||
EMSG(_("E692: Invalid operation for Lists"));
|
||||
EMSG(_("E692: Invalid operation for List"));
|
||||
clear_tv(rettv);
|
||||
clear_tv(&var2);
|
||||
return FAIL;
|
||||
|
Reference in New Issue
Block a user