1
0
forked from aniani/vim

patch 9.0.1312: Cursor position wrong when splitting window in insert mode

Problem:    Cursor position wrong when splitting window in insert mode.
Solution:   Pass the actual mode to win_fix_cursor(). (Luuk van Baal,
            closes #11999,
This commit is contained in:
Luuk van Baal
2023-02-15 16:45:27 +00:00
committed by Bram Moolenaar
parent 339e114d70
commit bc3dc298b3
3 changed files with 9 additions and 10 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1312,
/**/
1311,
/**/