gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
388 stars 36 forks source link

Incompatibility between evil-mc and evil-org-delete-char? #95

Closed adamroyjones closed 5 years ago

adamroyjones commented 5 years ago

Perhaps this is a failure of understanding on my part, but if I create a visual selection over multiple lines and call evil-mc-make-cursor-in-visual-selection-beg, subsequent calls to evil-org-delete-char only delete characters from the last cursor. (This kind of thing isn't unique to evil-mc-make-cursor-in-visual-selection-beg or evil-org-delete-char, but it's one example.)

Is this intended, or am I missing something?

(I'm using an essentially stock version of Doom Emacs on Emacs 26.2. I can provide any other information that might be useful.)