]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero v9.0.0672
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Oct 2022 13:57:53 +0000 (14:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Oct 2022 13:57:53 +0000 (14:57 +0100)
commit9bab7a024393200bb2c03b3abddfda86436990a7
treeb5a76b2251daed2bbd2ef703b0e61341d1582346
parent1a58e1d97cfc72e501cbf63ad75f46f1bb4c8da2
patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero

Problem:    Cursor line only partly shows with 'smoothscroll' and 'scrolloff'
            zero.
Solution:   Do not use 'smoothscroll' when adjusting the bottom of the window.
            (closes #11269)
src/move.c
src/testdir/dumps/Test_smooth_wrap_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_wrap_2.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_wrap_3.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_wrap_4.dump [new file with mode: 0644]
src/testdir/test_scroll_opt.vim
src/version.c