-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes jumping the autocomplete options in multi cursors so that it only jumps one at a time. Without this fix it jumps once _per cursor_, so if I have 3 cursors, I am forced to traverse the list 3 at a time. I initially found this as part of #3282.
- Loading branch information
1 parent
3072338
commit 088536d
Showing
1 changed file
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters