gabesoft / evil-mc

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

Repeating evil-mc-make-and-goto-next-match does not work #25

Open 3rd3 opened 8 years ago

3rd3 commented 8 years ago

I was trying to use . (which is bound to evil-repeat) to repeat the last multiple cursors action, however it does not work:

evil-mc Failed to execute evil-repeat with error: Accessing an empty ring

I think I will just bind the mc functions to more convenient keys to fix it for my purposes, but I thought it might be worthwhile to report it.

gabesoft commented 8 years ago

Thanks for reporting.

3rd3 commented 7 years ago

What could be the problem here?

gabesoft commented 7 years ago

Not sure why, but evil-repeat never worked consistently. Only works for some commands. I think I have something in the readme about that.