vim-sandwich icon indicating copy to clipboard operation
vim-sandwich copied to clipboard

Deleting empty HTML tag leaves < behind

Open rddunphy opened this issue 3 years ago • 1 comments

When deleting an empty HTML tag with sdt, the opening and closing tags are deleted except for a single < that's left behind. (This also happens when the empty tag is nested inside another tag.) The same works fine on tags with content, or empty parentheses or other brackets.

vim_sandwich_tags_bug

rddunphy avatar Mar 18 '21 18:03 rddunphy

Thanks, I reproduced the problem.

machakann avatar Mar 23 '21 10:03 machakann