]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1435: scrolling too many lines when 'wrap' and 'diff' are set v9.0.1435
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Apr 2023 18:54:40 +0000 (19:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Apr 2023 18:54:40 +0000 (19:54 +0100)
commit38d867f041349e1400c2cce9cac06f59ae6ccbb1
treecbd455116be456ac8a54b53c6b2f16628cb2a41c
parent39c9ec16ea7ef13c5d783481542ee9aa6c05282c
patch 9.0.1435: scrolling too many lines when 'wrap' and 'diff' are set

Problem:    Scrolling too many lines when 'wrap' and 'diff' are set.
Solution:   Only scroll by screenlines for 'diff' when 'wrap' is not set.
            (closes #12211)
src/move.c
src/testdir/test_diffmode.vim
src/version.c