hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JonatanSahar opened this issue · 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.