evil-mc icon indicating copy to clipboard operation
evil-mc copied to clipboard

`ys` executes `evil-yank` rather than `evil-surround-edit`

Open Bob131 opened this issue 3 years ago • 0 comments

I attempted to surround several individual lines at once. More accustomed to using evil-surround through the ys operator than with S in the visual state, I put a cursor on each line and tried ysw), but ended up with only the line containing the real cursor surrounded and all the fake cursors placed at the end of said line.

With evil-mc-executing-debug set, I get the following output:

s
evil-mc Execute evil-yank for all cursors
evil-mc Execute evil-yank with evil-mc-execute-default-evil-yank [13 times]

Bob131 avatar May 03 '21 23:05 Bob131