To: vim-dev@vim.org Subject: Patch 6.3b.020 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.3b.020 Problem: When using CTRL-^ when entering a search string, the item in the statusline that indicates the keymap is not updated. (Ilya Dogolazky) Solution: Mark the statuslines for updating. Files: src/ex_getln.c *** ../vim-6.3b.019/src/ex_getln.c Sat May 29 13:47:58 2004 --- src/ex_getln.c Tue Jun 1 09:42:18 2004 *************** *** 955,960 **** --- 955,964 ---- #ifdef CURSOR_SHAPE ui_cursor_shape(); /* may show different cursor shape */ #endif + #if defined(FEAT_WINDOWS) && defined(FEAT_KEYMAP) + /* Show/unshow value of 'keymap' in status lines later. */ + status_redraw_curbuf(); + #endif goto cmdline_not_changed; /* case '@': only in very old vi */ *** ../vim-6.3b.019/src/version.c Mon May 31 13:08:36 2004 --- src/version.c Tue Jun 1 09:44:01 2004 *************** *** 643,644 **** --- 643,646 ---- { /* Add new patch number below this line */ + /**/ + 20, /**/ -- hundred-and-one symptoms of being an internet addict: 25. You believe nothing looks sexier than a man in boxer shorts illuminated only by a 17" inch svga monitor. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///