]> granicus.if.org Git - vim/commit
patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long line v9.0.0701
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2022 20:13:40 +0000 (21:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2022 20:13:40 +0000 (21:13 +0100)
commit8cf3459878198c5bb4a96f3c63214b2beccce341
tree01a1000aa7e15f6577a2cd702043cf3675946870
parent25f3a146a0e4c731b8608f4cfbbfdf7a71b2d05e
patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long line

Problem:    With 'smoothscroll' the cursor position s not adjusted in a long
            line.
Solution:   Move the cursor further up or down in the line.
src/move.c
src/testdir/dumps/Test_smooth_long_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_long_2.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_long_3.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_long_4.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_long_5.dump [new file with mode: 0644]
src/testdir/test_scroll_opt.vim
src/version.c