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:
@@ -8145,7 +8145,6 @@ ins_reg()
|
|||||||
if (im_on)
|
if (im_on)
|
||||||
im_set_active(TRUE);
|
im_set_active(TRUE);
|
||||||
# endif
|
# endif
|
||||||
Insstart = curwin->w_cursor;
|
|
||||||
}
|
}
|
||||||
if (regname == NUL || !valid_yank_reg(regname, FALSE))
|
if (regname == NUL || !valid_yank_reg(regname, FALSE))
|
||||||
{
|
{
|
||||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1290,
|
||||||
/**/
|
/**/
|
||||||
1289,
|
1289,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user