From: Bram Moolenaar Date: Tue, 13 May 2014 11:46:33 +0000 (+0200) Subject: updated for version 7.4.286 X-Git-Tag: v7.4.286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59838520c7a452adbe82b583dcdf967483b00a98;p=vim 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 f47a0adfd..6ba2dd8aa 100644 --- a/src/eval.c +++ b/src/eval.c @@ -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; diff --git a/src/version.c b/src/version.c index ac01f4280..e510d3762 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 286, /**/ 285, /**/