commit | c174c2e58c9e24a75b189e01143e6d057b84e96e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 20:06:49 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 20:06:49 2023 +0000 |
tree | deb9aa525c7fd782b00c18c9f69a53a091aa893a | |
parent | 1f76138ff1d08a8474cfcaf743448caf679416a3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0a4a8a0..f25f59f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1428, +/**/ 1427, /**/ 1426,