commit | 59838520c7a452adbe82b583dcdf967483b00a98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 13 13:46:33 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 13 13:46:33 2014 +0200 |
tree | 7d5184401dc952e0e6830a568169719ae9c3e90f | |
parent | fd859c9878c9457f281941d55d3ca1124e9f90d5 [diff] [blame] |
updated for version 7.4.286 Problem: Error messages are inconsistant. (ZyX) Solution: Change "Lists" to "list".
diff --git a/src/eval.c b/src/eval.c index f47a0ad..6ba2dd8 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -4431,7 +4431,7 @@ 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;