evil-cleverparens icon indicating copy to clipboard operation
evil-cleverparens copied to clipboard

Add wrappers of `evil-change' to `evil-change-commands'

Open jgkamat opened this issue 6 years ago • 1 comments

I recently added a new variable to evil, evil-change-commands which allows some evil-change workarounds to be applied to evil-cp-change and similar commands.

This fixes #59.

I haven't had a chance to see if the new workarounds interfere with any evil-cp functions. I'll follow up if I find any issues (once evil get's a rebuild by tomorrow).

Please update your evil before testing this out!

See https://github.com/emacs-evil/evil/issues/916 for more information.

jgkamat avatar Sep 04 '17 21:09 jgkamat

Fun, I've debugged this myself and arrived independently at a similar change (minus yours to evil-cp--forward-X-begin). I can confirm this PR resolves the linked issue for me.

wasamasa avatar Jan 23 '19 11:01 wasamasa