You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: