0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.3.984

Problem:    A Visual mapping that uses CTRL-G works differently when started
            from Insert mode. (Ein Brown)
Solution:   Reset old_mapped_len when handling typed text in Select mode.
This commit is contained in:
Bram Moolenaar 2013-05-21 12:46:02 +02:00
parent 080504921d
commit 9bad29decf
2 changed files with 3 additions and 0 deletions

View File

@ -701,6 +701,7 @@ normal_cmd(oap, toplevel)
else
c = 'c';
msg_nowait = TRUE; /* don't delay going to insert mode */
old_mapped_len = 0; /* do go to Insert mode */
}
#endif

View File

@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
984,
/**/
983,
/**/