]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly v9.0.1551
authorLuuk van Baal <luukvbaal@gmail.com>
Sat, 13 May 2023 13:12:15 +0000 (14:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 May 2023 13:12:15 +0000 (14:12 +0100)
commit24b62ec8258cc7c9ca2c09f645f7f6b02584c892
tree3bcce2f1683b60a997e08394a20884d9744d37d0
parent81f277f52664031a56aeabe889f1c36402316dba
patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly

Problem:    Position of marker for 'smoothscroll' not computed correctly.
Solution:   Take 'list' and other options into account. (Luuk van Baal,
            closes #12393)
src/change.c
src/move.c
src/proto/move.pro
src/testdir/test_scroll_opt.vim
src/version.c