File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,6 @@ DIRECT can be either only 'backward and 'forward."
366366(defun auto-rename-tag--after-action ()
367367 " After rename core action."
368368 (when auto-rename-tag--pre-command-actived
369- (setq auto-rename-tag--pre-command-actived nil ) ; Reset flag.
370369 (save-excursion
371370 (let ((is-end-tag nil )
372371 (current-word " " ) (pair-tag-word " " ))
@@ -423,7 +422,7 @@ DIRECT can be either only 'backward and 'forward."
423422
424423(defun auto-rename-tag--post-command ()
425424 " Do stuff after buffer is changed.
426- NOTE: Having this function is for `lsp` display issue with flycheck.. "
425+ NOTE: Having this function is for `lsp` display issue with flycheck."
427426 (auto-rename-tag--after-action))
428427
429428(defun auto-rename-tag--enable ()
You can’t perform that action at this time.
0 commit comments