Problem: With 'smoothscroll' and "lastline" in 'display', moving the cursor
to a wrapping line scrolls much more than needed.
Solution: Only require the screen lines up to the cursor to be visible, the
rest of the line can be cut off at the bottom.
related: #12411
With 'smoothscroll' and "lastline" in 'display', moving the cursor to a
wrapping line below the window scrolled far enough to show the whole line.
The first screen line of that line was already visible, so no scrolling was
needed.
Without "lastline" the line cannot be shown partially, so the behaviour there
is unchanged.
https://github.com/vim/vim/pull/20895
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()