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
## Details
Request: #168
Rather than removing marks on current row only, for visual mode
specifically use the range of the selected text.
This allows users to see what's actually being selected rather that
still being overlayed by marks.
All other modes continue to behave the same as before.
Moves the logic for caclulating the hidden range out of `extmark` module
and into `ui` since that now seems like a better fit.
0 commit comments