mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 410 forks source link

Fix updateTag() boolean attribute #484

Closed grohiro closed 4 years ago

grohiro commented 4 years ago

updateTag() doesn't work with HTML tag with boolean attribute.

Steps to reproduce

  1. <button disabled></button>
  2. <C-y>u
  3. .btn<CR>
  4. Result: </button>

5B779D4D-420B-45B9-A0D1-E340C47EA935

mattn commented 4 years ago

Thank you