You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the code return <div></div> and your cursor on the first >, i to edit and quickly type " style", it adds style after the final > as well. Doesn't always happen, but is super annoying when it does.
Steps to trigger the problem:
code: return <div></div>
be in vim normal mode, cursor over the first >
(quickly all in a row) i to enter insert mode, then type " style", because you want to add a style attribute
might have to try a couple times, but it clearly decides that you're trying to edit the tag name to be div style, and the closing tag becomes </div>style
Actual Behavior:
it also edits the closing tag
Expected Behavior:
it shouldn't edit the closing tag