casouri / undo-hl

Highlight undo operations so you never get lost
63 stars 7 forks source link

Doesn't work with `evil-undo` #3

Closed hkjels closed 2 years ago

hkjels commented 2 years ago

I see that evil-undo is essentially aliased to 'undo, so I'm not sure why calling 'undo directly makes a difference. I could dig deeper, but it's not at the top of my list right now. I thought maybe you would want to know about it though

casouri commented 2 years ago

Simple, just add evil-undo to undo-hl-undo-commands. I can do that. What other undo commands does evil use?

hkjels commented 2 years ago

That did the trick! Thanks! evil has evil-undo & evil-redo.