gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

Appending when in org-mode with evil-org-append-line does not work as expected #105

Closed adamroyjones closed 1 year ago

adamroyjones commented 4 years ago

I've noticed a small bug: if I'm in org-mode with a file such as:

this
is
a
test

and I visually select the whole file (with v G), generate multiple cursors at the beginning with evil-mc-make-cursor-in-visual-selection-beg, and then attempt to append to each of the lines with evil-org-append-line, only the cursor on the final line of the selection moves to the end of the line.

(This is easy enough to work around by either using evil-mc-make-cursor-in-visual-selection-end or by moving the cursors and appending with $ a, but I thought it was worth noting.)

adamroyjones commented 1 year ago

This no longer seems to be a problem in my testing.