To: vim-dev@vim.org Subject: Patch 6.2f.005 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.2f.005 Problem: Two error messages without a colon after the number. Solution: Add the colon. (Taro Muraoka) Files: src/if_cscope.c *** ../vim-6.2f.004/src/if_cscope.c Mon May 26 22:15:06 2003 --- src/if_cscope.c Mon May 26 21:01:12 2003 *************** *** 1064,1070 **** /* next symbol must be + or - */ if (strchr(CSQF_FLAGS, *qfpos) == NULL) { ! char *nf = _("E469 invalid cscopequickfix flag %c for %c"); char *buf = (char *)alloc(strlen(nf)); /* strlen will be enough because we use chars */ --- 1064,1070 ---- /* next symbol must be + or - */ if (strchr(CSQF_FLAGS, *qfpos) == NULL) { ! char *nf = _("E469: invalid cscopequickfix flag %c for %c"); char *buf = (char *)alloc(strlen(nf)); /* strlen will be enough because we use chars */ *************** *** 1970,1976 **** int ch; char *buf = NULL; /* buffer for possible error message from cscope */ int bufpos = 0; ! static char *cs_emsg = N_("E609 Cscope error: %s"); /* maximum allowed len for Cscope error message */ int maxlen = IOSIZE - strlen(_(cs_emsg)); --- 1970,1976 ---- int ch; char *buf = NULL; /* buffer for possible error message from cscope */ int bufpos = 0; ! static char *cs_emsg = N_("E609: Cscope error: %s"); /* maximum allowed len for Cscope error message */ int maxlen = IOSIZE - strlen(_(cs_emsg)); *** ../vim-6.2f.004/src/version.c Mon May 26 22:58:41 2003 --- src/version.c Mon May 26 23:00:12 2003 *************** *** 632,633 **** --- 632,635 ---- { /* Add new patch number below this line */ + /**/ + 5, /**/ -- FIRST VILLAGER: We have found a witch. May we burn her? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///