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

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

[nongnu] elpa/multiple-cursors 5ff2071 420/434: Merge pull request #351


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 5ff2071 420/434: Merge pull request #351 from jrosdahl/dabbrev-expand
Date: Sat, 7 Aug 2021 09:21:12 -0400 (EDT)

branch: elpa/multiple-cursors
commit 5ff2071face6d618bbe49bb9e1749da9daf4ac85
Merge: 6a7c3c0 9980faa
Author: Magnar Sveen <magnars@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #351 from jrosdahl/dabbrev-expand
    
    Add dabbrev state variables to mc/cursor-specific-vars
---
 multiple-cursors-core.el | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 4ca8e75..935f6df 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -149,7 +149,18 @@ highlights the entire width of the window."
                                   autopair-action
                                   autopair-wrap-action
                                   temporary-goal-column
-                                  er/history)
+                                  er/history
+                                  dabbrev--abbrev-char-regexp
+                                  dabbrev--check-other-buffers
+                                  dabbrev--friend-buffer-list
+                                  dabbrev--last-abbrev-location
+                                  dabbrev--last-abbreviation
+                                  dabbrev--last-buffer
+                                  dabbrev--last-buffer-found
+                                  dabbrev--last-direction
+                                  dabbrev--last-expansion
+                                  dabbrev--last-expansion-location
+                                  dabbrev--last-table)
   "A list of vars that need to be tracked on a per-cursor basis.")
 
 (defun mc/store-current-state-in-overlay (o)



reply via email to

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