hlissner/evil-multiedit

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

justbur opened this issue · 0 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?