Skip to content

Commit 603a10b

Browse files
committed
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.
1 parent 7f91e12 commit 603a10b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/edit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8145,7 +8145,6 @@ ins_reg()
81458145
if (im_on)
81468146
im_set_active(TRUE);
81478147
# endif
8148-
Insstart = curwin->w_cursor;
81498148
}
81508149
if (regname == NUL || !valid_yank_reg(regname, FALSE))
81518150
{

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ static char *(features[]) =
728728

729729
static int included_patches[] =
730730
{ /* Add new patch number below this line */
731+
/**/
732+
1290,
731733
/**/
732734
1289,
733735
/**/

0 commit comments

Comments
 (0)