mattn / emmet-vim

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

Multiple Abreviations Not Expanding #547

Open xmready opened 1 year ago

xmready commented 1 year ago

Vim version:

VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 23 2022 20:18:58)
Included patches: 1-242

When trying to expand source, src, tbl, btn, doc, and probably some others, emmet treats them like unknown abbreviations. The result is:

<source></source>
<src></src>
<tbl></tbl>
<btn></btn>
<doc></doc>

I tried:

EDIT: added some abbreviations

xmready commented 1 year ago

Not sure if this project is still maintained, but I use emmet a lot.