Skip to content

Commit

Permalink
Ensure line break for tag name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 25, 2019
1 parent 848e3b6 commit 4bd41b3
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 @@ -313,6 +313,7 @@ DNC : duplicate nested count."
(while (and (not (auto-rename-tag-is-end-of-buffer-p))
(not (auto-rename-tag-current-char-equal-p " "))
(not (auto-rename-tag-current-char-equal-p "\t"))
(not (auto-rename-tag-current-char-equal-p "\n"))
(not (auto-rename-tag-current-char-equal-p ">")))
(forward-char 1))
(backward-char 1))
Expand Down

0 comments on commit 4bd41b3

Please sign in to comment.