branch: elpa/multiple-cursors
commit 616fd84891ecdfd4363eeea5df936444275efec7
Author: Torsten Marek <[email protected]>
Commit: Torsten Marek <[email protected]>

    Add ivy-done (from ivy) to the list of commands that are only executed once 
by default.
    
    ivy-done is the value of this-original-command when invoking mc/ functions 
when ivy mode is active.
---
 multiple-cursors-core.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 2c255c1..f8d80e7 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -660,6 +660,7 @@ for running commands with multiple cursors."
                                      hum/unhide-invisible-overlays
                                      save-buffer
                                      ido-exit-minibuffer
+                                     ivy-done
                                      exit-minibuffer
                                      minibuffer-complete-and-exit
                                      execute-extended-command

Reply via email to