Skip to content

Commit

Permalink
Fix #101 - Protect command undo-tree-visualize
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchong committed Oct 30, 2020
1 parent b0ec004 commit b59d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggressive-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ active. If the minor mode is turned on with the local command,
:type '(repeat symbol)
:package-version '(aggressive-indent . "1.8.4"))

(defcustom aggressive-indent-protected-commands '(undo undo-tree-undo undo-tree-redo whitespace-cleanup)
(defcustom aggressive-indent-protected-commands '(undo undo-tree-undo undo-tree-redo undo-tree-visualize undo-tree-visualize-undo undo-tree-visualize-redo whitespace-cleanup)
"Commands after which indentation will NOT be performed.
Aggressive indentation could break things like `undo' by locking
the user in a loop, so this variable is used to control which
Expand Down

0 comments on commit b59d928

Please sign in to comment.