commit | 8509014adda188ee8bdf6a2e123fbf15a91b29d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 01 19:27:08 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 01 19:27:08 2023 +0100 |
tree | 122f7ac29f4939cf2b87916e72b9fcb92475f08c | |
parent | eb43b7f0531bd13d15580b5c262a25d6a52a0823 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 132a0d9..11b962d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1597, +/**/ 1596, /**/ 1595,