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

Fixes #1532: gd doesn't set desiredColumn properly #1605

Merged
merged 5 commits into from
Apr 30, 2017

Conversation

Chillee
Copy link
Member

@Chillee Chillee commented Apr 29, 2017

this._vimState.editor.selection.start doesn't get updated until we call updateView.

Why, you ask?

No clue. But it works!

(Well, we know that updateView updates the vscode object a bunch of times, so that probably has something to do with it.)

@johnfn
Copy link
Member

johnfn commented Apr 29, 2017

I just realized that waiting on updateView makes no sense because updateView should actually change the cursor position... It's super weird that this would work.

@johnfn johnfn merged commit 4597d21 into VSCodeVim:master Apr 30, 2017
@Chillee Chillee changed the title Fixes #1532 Fixes #1532: gd doesn't set desiredColumn properly May 2, 2017
This pull request was closed.
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