To: vim-dev@vim.org Subject: Patch 6.2f.013 (extra) Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.2f.013 (extra) Problem: Macintosh: Compiler warning for a trigraph. Solution: Insert a backslash before each question mark. (Rain Dog) Files: src/os_mac.h *** ../vim-6.2f.012/src/os_mac.h Mon May 26 22:15:06 2003 --- src/os_mac.h Wed May 28 20:51:01 2003 *************** *** 378,384 **** #endif /* A Mac constant causing big problem to syntax highlighting */ ! #define UNKNOWN_CREATOR '????' /* * for debugging --- 378,384 ---- #endif /* A Mac constant causing big problem to syntax highlighting */ ! #define UNKNOWN_CREATOR '\?\?\?\?' /* * for debugging *** ../vim-6.2f.012/src/version.c Wed May 28 20:32:48 2003 --- src/version.c Wed May 28 20:52:36 2003 *************** *** 632,633 **** --- 632,635 ---- { /* Add new patch number below this line */ + /**/ + 13, /**/ -- A consultant is a person who takes your money and annoys your employees while tirelessly searching for the best way to extend the consulting contract. (Scott Adams - The Dilbert principle) /// 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 ///