emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 616fd84 395/434: Add ivy-done (from ivy)


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 616fd84 395/434: Add ivy-done (from ivy) to the list of commands that are only executed once by default.
Date: Sat, 7 Aug 2021 09:21:07 -0400 (EDT)

branch: elpa/multiple-cursors
commit 616fd84891ecdfd4363eeea5df936444275efec7
Author: Torsten Marek <shlomme@gmail.com>
Commit: Torsten Marek <shlomme@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]