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
Fix regression in mark's behaviour, where a mark with multiple anchors
was not activating all anchors again when jumping to that mark in
normal mode, as `Motion::Jump` was being used even if not in visual
mode.
This commit fixes the issue by only using jump motion if in visual
mode, making sure that the behaviour stays the same as before.
0 commit comments