mattn / emmet-vim

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

Wrap with an Abbreviation not working after reinstall #424

Closed thyeun closed 6 years ago

thyeun commented 6 years ago

After re-install neovim, i can't manage to make the below try working.

2. Wrap with an Abbreviation

  Write as below.
  ---------------------
  test1
  test2
  test3
  ---------------------
  Then do visual select(line wise) and type '<c-y>,'.
  Once you get to the 'Tag:' prompt, type 'ul>li*'.
  ---------------------
  <ul>
      <li>test1</li>
      <li>test2</li>
      <li>test3</li>
  </ul>
  --------------------

Meaning here, after in the visual mode, and with <C-y>,, nothing change/happen to get the result.

thyeun commented 6 years ago

solve it myself..... =.=