hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Match all uses spaces before and after symbol

ericdallo opened this issue · comments

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:
image

Regex used:
image

Using with visual-mode works:
image

image

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\_"