From ec6b3d54e59541168c3ed85cabe5d65ff6424422 Mon Sep 17 00:00:00 2001 From: vimboss Date: Fri, 4 Jul 2008 16:51:55 +0000 Subject: [PATCH] updated for version 7.2a-014 --- src/eval.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/eval.c b/src/eval.c index a41411a259..7ebaa08f12 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 49f41f50eb..28ac16a26a 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, /**/