summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-03-25 20:06:49 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-25 20:06:49 +0000
commitc174c2e58c9e24a75b189e01143e6d057b84e96e (patch)
treedeb9aa525c7fd782b00c18c9f69a53a091aa893a /src/version.c
parent1f76138ff1d08a8474cfcaf743448caf679416a3 (diff)
patch 9.0.1428: cursor in wrong position when leaving insert modev9.0.1428
Problem: Cursor in wrong position when leaving insert mode. Solution: Update the w_valid flags. Position the cursor also when not redrawing. (closes #12137)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0a4a8a0524..f25f59fc84 100644
--- 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,