hlissner/evil-multiedit

Arbitarty location cursors (through evil-multiedit-toggle-marker-here) are broken

JonatanSahar opened this issue · 2 comments

What did you expect to happen?

when I invoke evil-multiedit-toggle-marker-here to create multiple cursors I expect the editing I make in any of them to be reflected across all others.

What actually happened?

I get a black marker for each cursor, but when entering text the changes are only made at that location (and so is the purple background associated with evil-multiedit:

image

image

Describe your attempts to resolve the issue

No response

Steps to reproduce

enter insert mode
hit M-d
move to a different location
hit M-d
enter text

Package commit

23b53bc

System Information

I use ubuntu on WSL2, getting the GUI through xming.

I see the same.

Found the same bug again, came here to post it and found I've posted it two years ago already :D
evil-mc is really buggy in my experience, it would be awesome to be able to use evil-multiedit for editing adjacent lines - which is my main use case aside from replacing a symbol.

Thanks for your awesome work!