To: vim-dev@vim.org Subject: Patch 6.1a.006 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1a.006 Problem: multi-byte: after setting 'encoding' the window title might be wrong. Solution: Force resetting the title. (Yasuhiro Matsumoto) Files: src/option.c *** ../vim61a.005/src/option.c Thu Feb 21 15:41:33 2002 --- src/option.c Tue Feb 26 10:09:05 2002 *************** *** 4500,4506 **** --- 4500,4509 ---- *varp = p; } if (varp == &p_enc) + { errmsg = mb_init(); + need_maketitle = TRUE; + } } if (errmsg == NULL) *** ../vim61a.005/src/version.c Mon Feb 25 22:35:29 2002 --- src/version.c Tue Feb 26 10:09:13 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 6, /**/ -- hundred-and-one symptoms of being an internet addict: 37. You start looking for hot HTML addresses in public restrooms. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///