aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/scrollbind_spec.lua
Commit message (Collapse)AuthorAge
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
Problem: `'scrollbind'` does not work properly if the window being scrolled automatically contains any filler/virtual lines (except for diff filler lines). This is because when the scrollbind check is done, the logic only considers changes to topline which are represented as line numbers. Solution: Write the logic for determine the scroll amount to take into account filler/virtual lines. Fixes #29751