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

Change operator doesn't behave linewise when appropriate #4024

Closed
JoshuaRichards opened this issue Sep 1, 2019 · 0 comments · Fixed by #4025
Closed

Change operator doesn't behave linewise when appropriate #4024

JoshuaRichards opened this issue Sep 1, 2019 · 0 comments · Fixed by #4025

Comments

@JoshuaRichards
Copy link
Contributor

Describe the bug
The change operator doesn't behave linewise when using e.g. cj or ck. It should remove the entire start and end line but parts of those lines still remain

To Reproduce
Edit a file like this. Cursor is at ^

1 hello there
2 what's up
      ^
3 las;dkfj

Press ck. The file looks like this:

1 hello the|s up
2 las;dkfj

Expected behavior
The file should look like:

1 |
2 las;dkfj

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.10.2
  • VSCode version: 1.37.1
  • OS: Windows 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants