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

'dF/dT' deletes an extra character #571

Closed
lopezn opened this issue Aug 5, 2016 · 2 comments
Closed

'dF/dT' deletes an extra character #571

lopezn opened this issue Aug 5, 2016 · 2 comments

Comments

@lopezn
Copy link

lopezn commented Aug 5, 2016

Using the test format:

start: ['abcdefg|h'],
keysPressed: 'dFd',
expectedEnd: ['abc|h'],
actualEnd: ['ab|h']

Same with 'T':

start: ['abcdefg|h'],
keysPressed: 'dTd',
expectedEnd: ['abcd|h'],
actualEnd: ['abc|h']

Technical details:

VSCode Version: 1.4.0
VsCodeVim Version: 0.1.4
OS: Windows 7 Service Pack 1

@johnfn
Copy link
Member

johnfn commented Aug 5, 2016

Yep, that's a bug.

@johnfn johnfn added the kind/bug label Aug 5, 2016
@johnfn johnfn added this to the v0.2 milestone Aug 5, 2016
johnfn added a commit that referenced this issue Aug 8, 2016
@jpoon
Copy link
Member

jpoon commented Aug 8, 2016

Closed with #579

@jpoon jpoon closed this as completed Aug 8, 2016
@xconverge xconverge mentioned this issue Aug 8, 2016
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants