gabesoft / evil-mc

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

Evil-indent (=) only works on last cursor #82

Closed countvajhula closed 5 years ago

countvajhula commented 5 years ago

With multiple cursors, pressing == (i.e. = twice) to auto-indent a line only affects the last cursor. Similarly, selecting a region with multiple cursors and hitting = only affects the region selected by the last cursor.

The behavior is the same when invoking the named function via M-x evil-indent.