]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1597: cursor ends up below the window after a put v9.0.1597
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Jun 2023 18:27:08 +0000 (19:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Jun 2023 18:27:08 +0000 (19:27 +0100)
commit8509014adda188ee8bdf6a2e123fbf15a91b29d2
tree122f7ac29f4939cf2b87916e72b9fcb92475f08c
parenteb43b7f0531bd13d15580b5c262a25d6a52a0823
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)
src/eval.c
src/move.c
src/register.c
src/testdir/dumps/Test_put_in_last_displayed_line_1.dump [new file with mode: 0644]
src/testdir/test_put.vim
src/version.c