]> granicus.if.org Git - vim/commitdiff
updated for version 7.2a-014 v7.2a.014
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Jul 2008 16:51:55 +0000 (16:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Jul 2008 16:51:55 +0000 (16:51 +0000)
src/eval.c
src/version.c

index a41411a259de35092a97893d18b7c1436ef4c27f..7ebaa08f12a349555ed67c07d7a191f2727da654 100644 (file)
@@ -4724,7 +4724,7 @@ eval6(arg, rettv, evaluate, want_string)
                }
                else
                {
-                   EMSG(_("E804: Cannot use % with float"));
+                   EMSG(_("E804: Cannot use '%' with Float"));
                    return FAIL;
                }
                rettv->v_type = VAR_FLOAT;
index 49f41f50eb862b707a93dc2574636f947c35ace2..28ac16a26af45326712a3eae8c969f26698a308a 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    14,
 /**/
     13,
 /**/