hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference in behavior between match-and-next and match-all

justbur opened this issue · comments

In evil-multiedit.el, try putting the point on evil-multiedit--start and using the match-all function. It's matching evil-multiedit--start-regexp too, which doesn't happen with the match-and-next function. I think these should be consistent since I'm using symbol for the thing-at-point function. Does that make sense?