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

cw incorrectly eats end-of-line character and joins lines #696

Closed
Deracination opened this issue Sep 2, 2016 · 0 comments
Closed

cw incorrectly eats end-of-line character and joins lines #696

Deracination opened this issue Sep 2, 2016 · 0 comments

Comments

@Deracination
Copy link

Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.


What did you do?

Position cursor on last character of line (in this case a ';')
Type 'cw'

What did you expect to happen?

Expect cw to select and delete ';' and enter insert mode

What happened instead?

The ';' and the line-break were deleted, joining the current line with the following line.

This occurs for any text when cw is used at the end of the line. Using 'C' does not have this issue.

Technical details:

  • VSCode Version: 1.4.0
  • VsCodeVim Version: 0.1.7
  • OS: Windows
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

No branches or pull requests

1 participant