]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1883: Wrong display with 'smoothscroll' with -diff v9.1.1883
authorzeertzjq <zeertzjq@outlook.com>
Tue, 28 Oct 2025 19:03:22 +0000 (19:03 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 28 Oct 2025 19:03:22 +0000 (19:03 +0000)
commite06e70f7b129e983b307be405c44449348ac470f
tree68aca5348bfb36a41c25d0ab36de96f0cba07b6b
parent21ef3c6e5972bbe8ab61195f98ccb85048b78985
patch 9.1.1883: Wrong display with 'smoothscroll' with -diff

Problem:  Wrong display with 'smoothscroll' when FEAT_DIFF is disabled.
Solution: Use plines_correct_topline() (zeertzjq).

closes: #18649

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/drawscreen.c
src/move.c
src/proto/move.pro
src/testdir/test_scroll_opt.vim
src/version.c