diff --git a/src/edit.c b/src/edit.c index e60ec1995e..ee308bd799 100644 --- a/src/edit.c +++ b/src/edit.c @@ -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)) { diff --git a/src/version.c b/src/version.c index 33762fcb20..68abf943f6 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1290, /**/ 1289, /**/