diff src/version.c @ 32194:baafb135b0cb v9.0.1428

patch 9.0.1428: cursor in wrong position when leaving insert mode Commit: https://github.com/vim/vim/commit/c174c2e58c9e24a75b189e01143e6d057b84e96e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 20:06:49 2023 +0000 patch 9.0.1428: cursor in wrong position when leaving insert mode Problem: Cursor in wrong position when leaving insert mode. Solution: Update the w_valid flags. Position the cursor also when not redrawing. (closes #12137)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Mar 2023 21:15:05 +0100
parents e70c4cdad31d
children d6771e63521c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1428,
+/**/
     1427,
 /**/
     1426,