From 9980faa21f1364bdbd49ff778ec44091871f3e89 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 24 Feb 2019 13:28:36 +0100 Subject: [PATCH] Add dabbrev state variables to mc/cursor-specific-vars Fixes #142. --- 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)