]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set v9.0.1512
authorLuuk van Baal <luukvbaal@gmail.com>
Sat, 6 May 2023 11:40:15 +0000 (12:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 May 2023 11:40:15 +0000 (12:40 +0100)
commitc8502f9b880b6d23baa4f9d28b60e1ceb442e35f
treee87ae73d24b972095f15d83fef32115361526e29
parent12e7a1fe7527e9e59adbe248a95b4b532e3ec58c
patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set

Problem:    Inserting lines when scrolling with 'smoothscroll' set.
Solution:   Adjust line height computation for w_skipcol. (Luuk van Baal,
            closes #12350)
src/drawscreen.c
src/move.c
src/proto/move.pro
src/testdir/dumps/Test_smooth_ins_lines.dump [new file with mode: 0644]
src/testdir/test_scroll_opt.vim
src/version.c