emacs-evil / evil-surround

you will be surrounded (surround.vim for evil, the extensible vi layer)
Other
627 stars 60 forks source link

When motion is 'word' and evil-want-change-word-to-end is t, behave like 'ce', not 'cw' #121

Closed edkolev closed 7 years ago

edkolev commented 7 years ago

This seems like a simple solution to #117

@ninrod let me know if you think this approach is OK, and I'll add tests.

120 should probably be merged first though, so we get better test coverage when this is merged.

ninrod commented 7 years ago

@edkolev, yes, I think it is a nice approach. Please let's add tests to this pull!

I've just merged #120

edkolev commented 7 years ago

While adding tests, I found this issue:

Another issue:

I'll let you know if I get this sorted.

ninrod commented 7 years ago

@edkolev, awesome that the test discipline helped to catch that.

edkolev commented 7 years ago

Closing, see #122