]> granicus.if.org Git - vim/commit
patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo' v9.0.0652
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 19:01:16 +0000 (20:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 19:01:16 +0000 (20:01 +0100)
commitb6aab8f44beb8c5d99393abdc2c9faab085c72aa
treedffa0fca48cf9bb9dce8f2b5f2b32f1d96f642e8
parentf269eabc6c4f5bdcef989cd5b4b95ba8ccaa4d8a
patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'

Problem:    'smoothscroll' not tested with 'number' and "n" in 'cpo'.
Solution:   Add tests, fix uncovered problem.
src/drawline.c
src/drawscreen.c
src/move.c
src/testdir/dumps/Test_smooth_number_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_number_2.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_number_3.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_number_4.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_number_5.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_number_6.dump [new file with mode: 0644]
src/testdir/test_scroll_opt.vim
src/version.c