ZenCoding in Vim expands css-properties incorrectly -
i using vim zencoding have found problem occured when expanding abbreviature css-property
in documentation said that:
.foo{pos:a
might expanded to:
.foo{position:absolute;
while in real life result is:
<foo></foo> position:absolute;
so plugin expands elements start of line, seems must start either {
symbol when write first rule of selector, either ;
in other case.
what's problem?
the real/actual zen coding have no official support vim, afaik. use vim zencoding mattn > http://mattn.github.com/zencoding-vim. 1 works great!
Comments
Post a Comment