From: Bram Moolenaar Date: Fri, 4 Jul 2008 16:51:55 +0000 (+0000) Subject: updated for version 7.2a-014 X-Git-Tag: v7.2a.014 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1378fca6082b8928dd3b9b0af66d9d34cf064722;p=vim updated for version 7.2a-014 --- diff --git a/src/eval.c b/src/eval.c index a41411a25..7ebaa08f1 100644 --- a/src/eval.c +++ b/src/eval.c @@ -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; diff --git a/src/version.c b/src/version.c index 49f41f50e..28ac16a26 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 14, /**/ 13, /**/