Match all uses spaces before and after symbol
Hey, I tried to follow the readme and search for issues, but I didn't find anything about this problem.
In clojure, it's common to search for a namespace checking what places use it. But it looks like the evil-multiedit-match-all adds a space before and after the word :(
Example matching all for the namespace my-schema:

Regex used:

Using with visual-mode works:


Is there any way to evil-multiedit-match-all use this visual-mode behavior?
Thanks!
I believe (setq evil-multiedit-smart-match-boundaries nil) will make the visual behavior the default.
Thanks @hlissner, I added it here but the evil-multiedit-match-all looks like the same :/
1 matches for "\_<my-schema\_"