mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
div[foo bar] should be expanded into <div foo="" bar=""></div>. close #218
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user