gabesoft / evil-mc

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

Anzu in modeline doesn't go away #26

Open Wicus opened 8 years ago

Wicus commented 8 years ago

Hi there,

Anzu in modeline doesn't go away when undoing all cursors with "gru". I have to type in "/ return" to clear anzu.

deftsp commented 6 years ago
    (advice-add 'evil-mc-undo-all-cursors :after #'anzu--reset-mode-line)