# HG changeset patch # User vimboss # Date 1215190315 0 # Node ID ac6d15d91466b34e4ff31765d1d1e1733f02ffc9 # Parent 5bbc2d6658adb0dd3c67dd80c59f3a7ade3ba3d6 updated for version 7.2a-014 diff --git a/src/eval.c b/src/eval.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 14, +/**/ 13, /**/ 12,