branch: elpa/multiple-cursors
commit ddbe3ae932b6564c7429c3b2507510093ed1f3aa
Merge: 6327681 616fd84
Author: Magnar Sveen <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #278 from shlomme/master
    
    Add ivy-done to the commands that are only executed once by default
---
 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