To: vim-dev@vim.org Subject: Patch 7.2a.014 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 7.2a.014 Problem: Problem with % in message. Solution: Put % in single quotes. Files: src/eval.c *** ../vim-7.2a.013/src/eval.c Fri Jul 4 11:42:36 2008 --- src/eval.c Thu Jul 3 18:12:41 2008 *************** *** 4724,4730 **** } else { ! EMSG(_("E804: Cannot use % with float")); return FAIL; } rettv->v_type = VAR_FLOAT; --- 4724,4730 ---- } else { ! EMSG(_("E804: Cannot use '%' with Float")); return FAIL; } rettv->v_type = VAR_FLOAT; *** ../vim-7.2a.013/src/version.c Fri Jul 4 11:42:36 2008 --- src/version.c Fri Jul 4 18:50:15 2008 *************** *** 678,679 **** --- 678,681 ---- { /* Add new patch number below this line */ + /**/ + 14, /**/ -- hundred-and-one symptoms of being an internet addict: 161. You get up before the sun rises to check your e-mail, and you find yourself in the very same chair long after the sun has set. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///