Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match all uses spaces before and after symbol #38

Open
ericdallo opened this issue Feb 28, 2020 · 2 comments
Open

Match all uses spaces before and after symbol #38

ericdallo opened this issue Feb 28, 2020 · 2 comments
Labels

Comments

@ericdallo
Copy link

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!

@hlissner
Copy link
Owner

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

@ericdallo
Copy link
Author

ericdallo commented Feb 29, 2020

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants