1
0
forked from aniani/vim

updated for version 7.3.1290

Problem:    CTRL-R = in Insert mode changes the start of the insert position.
            (Ingo Karkat)
Solution:   Only break undo, don't start a new insert.
This commit is contained in:
Bram Moolenaar
2013-07-03 13:16:23 +02:00
parent f9da680a0b
commit 79f7e1475a
2 changed files with 2 additions and 1 deletions

View File

@@ -8145,7 +8145,6 @@ ins_reg()
if (im_on)
im_set_active(TRUE);
# endif
Insstart = curwin->w_cursor;
}
if (regname == NUL || !valid_yank_reg(regname, FALSE))
{

View File

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