commit | 05a40e07c2f0e41b708c4c75a6aa7d0e7f6201a3 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Oct 29 20:29:04 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Tue Oct 29 20:29:04 2024 +0100 |
tree | 087597131d98ccbcc3afbee4d2fddc8b55514527 | |
parent | 203c7225f52fbb4a58e544dafbc4ac96b71085b3 [diff] [blame] |
patch 9.1.0822: topline might be changed in diff mode unexpectedly Problem: topline might be changed in diff mode unexpectedly (Jaehwang Jung) Solution: do not re-calculate topline, when using line() func in diff mode. fixes: #15812 closes: #15950 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/testdir/test_diffmode.vim b/src/testdir/test_diffmode.vim index 7e117a3..a654b6d 100644 --- a/src/testdir/test_diffmode.vim +++ b/src/testdir/test_diffmode.vim Binary files differ