gabesoft / evil-mc

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

Added outshine insert support #87

Closed walseb closed 5 years ago

walseb commented 5 years ago

Right now on master if you enable outshine mode, the cloned cursors can't insert anything because outshine has it's own self-insert-command. This adds that command to the list of allowed commands.

Seems like someone at #22 was affected by this problem aswell.