mattn / emmet-vim

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

"Undefined variable: nc:" when expanding "(div>d>(dt+dd)*3)+footer>p" #333

Closed wangzq closed 8 years ago

wangzq commented 8 years ago

According to help:

  You can nest groups inside each other and
  combine them with multiplication '*' operator:
>
  (div>dl>(dt+dd)*3)+footer>p
<
  produces
>
  <div>
      <dl>
          <dt></dt>
          <dd></dd>
          <dt></dt>
          <dd></dd>
          <dt></dt>
          <dd></dd>
      </dl>
  </div>
  <footer>
      <p></p>
  </footer>

Actual:

Error detected while processing function emmet#expandAbbr..emmt#parseIntoTree..emmet#lang#html#parseIntoTree:
line 333:
E121: Undefined variable: nc: