-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
For the following test case:
aaa ; first overlay
bbb
ccc ; second overlay
ddd
ccc ; matching overlay of course
and these steps:
- Place point at
aaa symbol-overlay-putto highlightaaa(I guess this step is irrelevant)- Move point to
ccctwo lines down symbol-overlay-putto highlightccc- Move point back up to
bbb symbol-overlay-switch-forward: BUG! jumps to finalcccon last line, instead of the closer one on line 3
I'm certain symbol-overlay-switch-forward used to jump from bbb to the closer/middle ccc (which feels right), so this must be a bug. Feels like it's been happening for a couple months (I upgrade weekly).
An oddity is that if there's another ccc lower in the file beyond the what's in view on screen, it does not jump all the way to that one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels