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

"daw" op should delete the world along with the space" #1528

Closed
reminia opened this issue Apr 19, 2017 · 3 comments
Closed

"daw" op should delete the world along with the space" #1528

reminia opened this issue Apr 19, 2017 · 3 comments
Labels

Comments

@reminia
Copy link

reminia commented Apr 19, 2017

  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


What did you do?

The content is as below:

Cursor is in the end

Press daw

What did you expect to happen?

The cursor need to be on the end 'e' of 'the' word

What happened instead?

Cursor on the space before end.

Technical details:

  • VSCode Version: 1.11.1
  • VsCodeVim Version: 0.6.16
  • OS: macOS Sierra
Chillee added a commit to Chillee/Vim that referenced this issue Apr 20, 2017
@Chillee
Copy link
Member

Chillee commented Apr 20, 2017

My pull request should fix this issue.

@rebornix
Copy link
Member

vaw has the same issue. Whenever implementing word related commands, we always take prefix/suffix whitespace into account as that's when you are surprised with Vim commands. I didn't know how I miss this one ...

xconverge added a commit that referenced this issue Apr 21, 2017
@xconverge
Copy link
Member

Fixed on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants