To: vim-dev@vim.org Subject: Patch 6.1.448 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.448 Problem: 'titlestring' has a default maximum width of 50 chars per item. Solution: Remove the default maximum (also for 'statusline'). Files: src/buffer.c *** ../vim61.447/src/buffer.c Tue Mar 18 14:14:51 2003 --- src/buffer.c Sat Apr 5 18:18:47 2003 *************** *** 3082,3088 **** continue; } minwid = 0; ! maxwid = 50; zeropad = FALSE; l = 1; if (*s == '0') --- 3082,3088 ---- continue; } minwid = 0; ! maxwid = 9999; zeropad = FALSE; l = 1; if (*s == '0') *** ../vim61.447/src/version.c Sun Apr 6 15:20:21 2003 --- src/version.c Sun Apr 6 15:22:04 2003 *************** *** 613,614 **** --- 613,616 ---- { /* Add new patch number below this line */ + /**/ + 448, /**/ -- TALL KNIGHT: Firstly. You must get us another shrubbery! OTHER KNIGHTS: More shrubberies! More shrubberies for the ex-Knights of Ni! ARTHUR: Not another shrubbery - "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 ///