We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f91e12 commit 603a10bCopy full SHA for 603a10b
src/edit.c
@@ -8145,7 +8145,6 @@ ins_reg()
8145
if (im_on)
8146
im_set_active(TRUE);
8147
# endif
8148
- Insstart = curwin->w_cursor;
8149
}
8150
if (regname == NUL || !valid_yank_reg(regname, FALSE))
8151
{
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 1290,
733
/**/
734
1289,
735
0 commit comments