]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1981: not being able to scroll up in diff mode v9.0.1981
authorzeertzjq <zeertzjq@outlook.com>
Wed, 4 Oct 2023 18:12:37 +0000 (20:12 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 4 Oct 2023 18:12:37 +0000 (20:12 +0200)
commit0583491277dea9d14e000051c26405b90d839072
tree6123df4f8e26fa2357a49771415e1f0566442f44
parent119fdd9293f63614ed2ca60a78993466435db639
patch 9.0.1981: not being able to scroll up in diff mode

Problem:  Cannot scroll up in diff mode with many filler lines and zero
          'scrolloff'.
Solution: Invalidate w_cline_row before calling comp_botline().

closes: #13256

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/move.c
src/testdir/test_diffmode.vim
src/version.c