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 #1950: counter for $ #1952

Merged
merged 9 commits into from
Aug 27, 2017
Merged

Fixes #1950: counter for $ #1952

merged 9 commits into from
Aug 27, 2017

Conversation

tagniam
Copy link
Contributor

@tagniam tagniam commented Aug 5, 2017

Implements counter for line end actions($, <End>, <D-right>). Fixes #1950

@Chillee
Copy link
Member

Chillee commented Aug 9, 2017

@tagniam Could you write some unit tests covering this case?

@tagniam
Copy link
Contributor Author

tagniam commented Aug 14, 2017

@Chillee done!

@@ -740,12 +740,16 @@ class MoveRepeatReversed extends BaseMovement {
}

@RegisterAction
class MoveLineEnd extends BaseMovement {
class MoveDownLineEnd extends BaseMovement {
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 it's better to keep this as MoveLineEnd. That's the functionality that most people associate with this key.

@Chillee Chillee merged commit 25bdc81 into VSCodeVim:master Aug 27, 2017
@Chillee
Copy link
Member

Chillee commented Aug 27, 2017

Thanks for your work!

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