-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
Currently if I have a tag and try to change it with x if I made a typo, it does not update the closing tag.
example (cursor: |)
<form|r|>
</formr>pressing x results in
<form|>|
</formr>However I would expect autotag to fix my typo this way.
Currently it seems to only work in insert mode, so if I pressed s<ESC> instead it would update to what I wanted.
gbroques, ribru17, markmansur, StackInTheWild, Guss159 and 4 more