]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff" v9.0.1530
authorLuuk van Baal <luukvbaal@gmail.com>
Tue, 9 May 2023 15:01:17 +0000 (16:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 May 2023 15:01:17 +0000 (16:01 +0100)
commitaa6ba308a1498dc8da04d1d30ec0470018bf782a
treee5fac86e1a7ae2af8bc6fa515a224ff76d304cdb
parentc9471b18728b1b37c04845ca2bc59fc981308b2d
patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"

Problem:    Cursor moves to wrong line when 'foldmethod' is "diff". (Rick
            Howe)
Solution:   Adjust logic for scrolling. (Luuk van Baal, closes #12364,
            closes #12218)
src/move.c
src/testdir/dumps/Test_normal_j_below_botline.dump [new file with mode: 0644]
src/testdir/test_normal.vim
src/version.c