Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix C-n and C-p in autocomplete for multi cursor #3283

Merged
merged 2 commits into from
Feb 1, 2019

Conversation

jackfranklin
Copy link
Contributor

What this PR does / why we need it:

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.

This doesn't solve my original issue (that autocomplete doesn't appear), but does solve the traversing bug.

Which issue(s) this PR fixes

Part of #3282.

Special notes for your reviewer:

Happy to take feedback and update the PR - not sure if you'd want a test covering this fix or not but I may need some guidance on doing that :)

jackfranklin and others added 2 commits December 21, 2018 23:05
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 VSCodeVim#3282.
@jpoon jpoon merged commit 088536d into VSCodeVim:master Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants