comparison 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
comparison
equal deleted inserted replaced
32193:36885921be18 32194:baafb135b0cb
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1428,
698 /**/ 700 /**/
699 1427, 701 1427,
700 /**/ 702 /**/
701 1426, 703 1426,
702 /**/ 704 /**/