patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set v9.0.0646
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 13:06:02 +0000 (14:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 13:06:02 +0000 (14:06 +0100)
commit6b2d4ff7148e0b416ba745d20d061e6f7bb53ee7
treea9c6ace4c2a5fafb0abe2393964d1330fe2bfe8c
parent8df9748edb2ac8bd025e34e06194ac210667c97a
patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set

Problem:    with 'smoothscroll' set CTRL-E does not work properly when
            'foldmethod' is set to "indent". (Yee Cheng Chin)
Solution:   Merge the code for scroling with folds and 'smoothscroll'.
            (closes #11262)
src/move.c
src/testdir/test_scroll_opt.vim
src/version.c