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

Implement "[count]D" #4633

Merged
merged 1 commit into from
Mar 8, 2020
Merged

Conversation

lusingander
Copy link
Contributor

What this PR does / why we need it:

In original Vim, [count]D delete the characters under the cursor until the end of the line and (count - 1) more lines.
But this feature in not implemented.

e.g.

one
t|wo
three
four

execute 2D, and then

one
|t
four

Which issue(s) this PR fixes

Fixes #3757

Special notes for your reviewer:

delete the characters under the cursor until the end of the line and (count - 1) more lines
Copy link
Member

@J-Fields J-Fields left a comment

Choose a reason for hiding this comment

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

Thank you!

@J-Fields J-Fields merged commit cd40843 into VSCodeVim:master Mar 8, 2020
@lusingander lusingander deleted the feature/count-shift-d branch March 8, 2020 22:44
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.

"<num>D" behavior in normal mode is incorrect
2 participants