From 0f45689b81fed573b09c06b236ca56e061f535c5 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 18 Jul 2014 13:13:54 +0900 Subject: [PATCH] Set attributes. fix #218 --- autoload/emmet/lang/html.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/emmet/lang/html.vim b/autoload/emmet/lang/html.vim index 6c08eea..5442ee3 100644 --- a/autoload/emmet/lang/html.vim +++ b/autoload/emmet/lang/html.vim @@ -213,6 +213,8 @@ function! emmet#lang#html#parseIntoTree(abbr, type) endif if len(ks) > 0 let current.attr[ks[0]] = atts + else + let current.attr[atts] = function('emmet#types#true') endif else while len(atts)