1
0
forked from aniani/vim

updated for version 7.2a-014

This commit is contained in:
Bram Moolenaar
2008-07-04 16:51:55 +00:00
parent 05bb95391f
commit 1378fca608
2 changed files with 3 additions and 1 deletions

View 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;