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

[#127] Fix 'x' behavior at EOL #141

Merged
merged 2 commits into from
Feb 12, 2016
Merged

Conversation

tma-isbx
Copy link

Determine if we're at the EOL before we modify the text.

Also resolve() when we handle keys in Normal mode (probably a bug). This allows us to test keys.

@@ -64,7 +64,7 @@ export default class NormalMode extends Mode {

if (keyHandled) {
this.keyHistory = [];
return this.keyHandler[keysPressed](this.Motion);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this goes away with the async/await stuff that was just merged a couple of days ago.

@jpoon
Copy link
Member

jpoon commented Feb 12, 2016

Merge conflicts will need to be fixed before I can merge the PR

@tma-isbx
Copy link
Author

Resolved merge conflicts.

jpoon added a commit that referenced this pull request Feb 12, 2016
@jpoon jpoon merged commit d38dace into VSCodeVim:master Feb 12, 2016
@jpoon
Copy link
Member

jpoon commented Feb 16, 2016

Fixes #127

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.

3 participants