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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.