0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

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;

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
14,
/**/
13,
/**/