To: vim_dev@googlegroups.com Subject: Patch 7.4.2303 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2303 Problem: When using "is" the mode isn't always updated. Solution: Redraw the command line. (Christian Brabandt) Files: src/search.c *** ../vim-7.4.2302/src/search.c 2016-08-29 22:48:12.169106012 +0200 --- src/search.c 2016-09-01 20:52:44.094722887 +0200 *************** *** 3638,3643 **** --- 3638,3644 ---- ++curwin->w_cursor.col; VIsual = start_pos; VIsual_mode = 'v'; + redraw_cmdline = TRUE; /* show mode later */ redraw_curbuf_later(INVERTED); /* update the inversion */ } else *** ../vim-7.4.2302/src/version.c 2016-09-01 20:50:51.023640683 +0200 --- src/version.c 2016-09-01 20:53:38.582280354 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2303, /**/ -- hundred-and-one symptoms of being an internet addict: 126. You brag to all of your friends about your date Saturday night...but you don't tell them it was only in a chat room. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///