We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9596079 + 5df58a7 commit 3c1b0d1Copy full SHA for 3c1b0d1
auto-rename-tag.el
@@ -262,6 +262,7 @@ DNC : duplicate nested count."
262
;; self tag. This logic error doesn't necessary has to be resolved!
263
(let ((start-tag-pt (auto-rename-tag--start-tag-point))
264
(nested-start-tag-pt nil))
265
+ (goto-char start-tag-pt)
266
(re-search-forward "[^=][ \t\n]*>" nil t)
267
(forward-char -1)
268
(setq nested-start-tag-pt (auto-rename-tag--start-tag-point))
0 commit comments