You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thisvisual-mode
behavior?Thanks!
The text was updated successfully, but these errors were encountered: