Skip to content

Commit

Permalink
Cancel flag immediately after calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 20, 2020
1 parent ea323ea commit de8835d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto-rename-tag.el
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ DIRECT can be either only 'backward and 'forward."
(defun auto-rename-tag--after-action ()
"After rename core action."
(when auto-rename-tag--pre-command-actived
(setq auto-rename-tag--pre-command-actived nil) ; Disable flag immediately.
(save-excursion
(let ((is-end-tag nil)
(current-word "") (pair-tag-word ""))
Expand Down

0 comments on commit de8835d

Please sign in to comment.