gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
387 stars 36 forks source link

"undo branch point" message on redo #6

Closed edrex closed 8 years ago

edrex commented 8 years ago

Hi, just testing this via spacemacs.

When I make an edit via mc insert mode, then undo u , then redo Ctrl-R , I see the message

Undo branch point!

On second redo, the inserts are redone. So not fatal. Any idea why that's happening?

gabesoft commented 8 years ago

Not sure why that is, but I've noticed the message as well but I'm my case the redo is happening on the first Ctrl-R. I'll look into it.

edrex commented 8 years ago

Just tested and I'm not seeing the message + no action on first redo after MC insert anymore. Looking good!