evil-multiedit icon indicating copy to clipboard operation
evil-multiedit copied to clipboard

Match all uses spaces before and after symbol

Open ericdallo opened this issue 6 years ago • 2 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!

ericdallo avatar Feb 28 '20 12:02 ericdallo

I believe (setq evil-multiedit-smart-match-boundaries nil) will make the visual behavior the default.

hlissner avatar Feb 29 '20 05:02 hlissner

Thanks @hlissner, I added it here but the evil-multiedit-match-all looks like the same :/

1 matches for "\_<my-schema\_"

ericdallo avatar Feb 29 '20 13:02 ericdallo