Skip to content

Commit

Permalink
Fix evil-escape--escape-motion-state syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Sep 2, 2015
1 parent b159b43 commit 9164cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions evil-escape.el
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ with a key sequence."
(eq 'help-mode major-mode)
(eq 'ert-results-mode major-mode)
(eq 'ert-simple-view-mode major-mode))
(quit-window)
((eq 'undo-tree-visualizer-mode major-mode)
(undo-tree-visualizer-quit)))
(quit-window))
((eq 'undo-tree-visualizer-mode major-mode)
(undo-tree-visualizer-quit))
((and (fboundp 'helm-ag--edit-abort)
(string-equal "*helm-ag-edit*" (buffer-name)))
(call-interactively 'helm-ag--edit-abort))
Expand Down

0 comments on commit 9164cda

Please sign in to comment.