mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +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
|
if attr == 'class' | let comment .= '.' . Val | endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
unlet Val
|
||||||
endfor
|
endfor
|
||||||
if len(comment) > 0
|
if len(comment) > 0
|
||||||
let str = "<!-- " . comment . " -->\n" . str
|
let str = "<!-- " . comment . " -->\n" . str
|
||||||
|
|||||||
Reference in New Issue
Block a user