unlet Val

This commit is contained in:
mattn
2014-02-13 16:48:27 +09:00
parent dc8b589cd0
commit ba56b91719

View File

@@ -427,6 +427,7 @@ function! emmet#lang#html#toString(settings, current, type, inline, filters, ite
if attr == 'class' | let comment .= '.' . Val | endif
endif
endif
unlet Val
endfor
if len(comment) > 0
let str = "<!-- " . comment . " -->\n" . str