You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that scrolling past the last visible line somehow affects lines with leading tabs -- the tabs get replaced with the contents of the most recent line without leading tabs.
To Reproduce
Steps to reproduce the behavior:
ad Makefile
press j a few times and scroll down past the last visible line a few times
notice how lines with leading tabs changed (e.g. line 9 in GIF below) -- instead of leading tabs they now have the tabs replaced with the content of the most recent line without leading tabs
press k a few times and scroll up past the first visible line
notice how the contents in now back to normal -- we see tabs again
Expected behavior
Scrolling doesn't affect how buffer contents is displayed
Screenshots
Versions & OS Details
OS: macOS 15.2 (24C101)
ad Version: built from source, commit da57f60
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that scrolling past the last visible line somehow affects lines with leading tabs -- the tabs get replaced with the contents of the most recent line without leading tabs.
To Reproduce
Steps to reproduce the behavior:
ad Makefile
j
a few times and scroll down past the last visible line a few timesk
a few times and scroll up past the first visible lineExpected behavior
Scrolling doesn't affect how buffer contents is displayed
Screenshots
Versions & OS Details
OS: macOS 15.2 (24C101)
ad Version: built from source, commit da57f60
The text was updated successfully, but these errors were encountered: