div[foo bar] should be expanded into <div foo="" bar=""></div>. close #218

This commit is contained in:
mattn
2014-07-18 20:29:28 +09:00
parent dcf247fb5c
commit 2b94508a46

View File

@@ -214,7 +214,7 @@ function! emmet#lang#html#parseIntoTree(abbr, type)
if len(ks) > 0
let current.attr[ks[0]] = atts
else
let current.attr[atts] = function('emmet#types#true')
let current.attr[atts] = ""
endif
else
while len(atts)