mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
unlet Val
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user