]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.286 v7.4.286
authorBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 11:46:33 +0000 (13:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 11:46:33 +0000 (13:46 +0200)
Problem:    Error messages are inconsistant. (ZyX)
Solution:   Change "Lists" to "list".

src/eval.c
src/version.c

index f47a0adfdbe5fcbd4baaeca742eaab78d8a0d3ed..6ba2dd8aa5509b027419eeeed0a7e5e2217253a5 100644 (file)
@@ -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;
index ac01f4280f4bf57032ae0da2594bb37609267205..e510d376270677c0fddc87659cb18d5a22947683 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    286,
 /**/
     285,
 /**/