Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vim): only use jump motion if in visual mode
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.
- Loading branch information