atom/vim-mode

dw eats trailing whitespace

mikeduskis opened this issue · 2 comments

Given the text

spam spam spam
spam spam spam

And the editor is in command mode
And the cursor is at the start of the second "spam" on the first line

When the user types "2dw"

Then VIM 7.4.576 looks like this

spam
spam spam spam

But vim-mode 0.65.1 looks like this

spam spam spam spam

This is fixed in vim-mode-plus. It doesn't appear that anyone's currently trying to fix it in vim-mode, alas.

As stated in the README, this package is no longer maintained and is deprecated. We recommend that people use the vim-mode-plus package instead. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!