mattn / emmet-vim

emmet for vim: http://emmet.io/

Home Page:http://mattn.github.io/emmet-vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Abreviations Not Expanding

xmready opened this issue · comments

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:

  • reinstalling emmet,
  • disabling other plugins

EDIT: added some abbreviations

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