1
0
forked from aniani/vim

patch 9.0.1597: cursor ends up below the window after a put

Problem:    Cursor ends up below the window after a put.
Solution:   Mark w_crow and w_botline invalid when changing the cursor line.
            (closes #12465)
This commit is contained in:
Bram Moolenaar
2023-06-01 19:27:08 +01:00
parent eb43b7f053
commit 8509014add
6 changed files with 39 additions and 2 deletions

View File

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