• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisãoac6d15d91466b34e4ff31765d1d1e1733f02ffc9 (tree)
Hora2008-07-05 01:51:55
Autorvimboss
Commitervimboss

Mensagem de Log

updated for version 7.2a-014

Mudança Sumário

Diff

diff -r 5bbc2d6658ad -r ac6d15d91466 src/eval.c
--- a/src/eval.c Fri Jul 04 09:44:11 2008 +0000
+++ b/src/eval.c Fri Jul 04 16:51:55 2008 +0000
@@ -4724,7 +4724,7 @@
47244724 }
47254725 else
47264726 {
4727- EMSG(_("E804: Cannot use % with float"));
4727+ EMSG(_("E804: Cannot use '%' with Float"));
47284728 return FAIL;
47294729 }
47304730 rettv->v_type = VAR_FLOAT;
diff -r 5bbc2d6658ad -r ac6d15d91466 src/version.c
--- a/src/version.c Fri Jul 04 09:44:11 2008 +0000
+++ b/src/version.c Fri Jul 04 16:51:55 2008 +0000
@@ -677,6 +677,8 @@
677677 static int included_patches[] =
678678 { /* Add new patch number below this line */
679679 /**/
680+ 14,
681+/**/
680682 13,
681683 /**/
682684 12,
Show on old repository browser