On Fri, 27 Jun 2008 21:17:26 +0200, Bram Moolenaar wrote:
> Problem: A few error messages use confusing names. Misspelling.
> Solution: Change "dissallows" to "disallows". (Dominique Pelle) Change
> "number" to "Number".
> Files: src/eval.c, src/fileio.c
Updating my fr.po with 7.2a.11 new messages, a "float" remains in E804
string in src/eval.c
I'm attaching a patch.
--
Patrick Texier
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
*** ../vim-7.2a.011/src/eval.c Sat Jun 28 16:02:56 2008
--- src/eval.c Wed Jul 02 15:16:10 2008
***************
*** 4723,4729 ****
}
else
{
! EMSG(_("E804: Cannot use % with float"));
return FAIL;
}
rettv->v_type = VAR_FLOAT;
--- 4723,4729 ----
}
else
{
! EMSG(_("E804: Cannot use % with Float"));
return FAIL;
}
rettv->v_type = VAR_FLOAT;