oops. fixed bug

This commit is contained in:
Yasuhiro Matsumoto
2015-11-10 09:41:17 +09:00
parent 913dfe686d
commit 5819343b88

View File

@@ -137,7 +137,6 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort
endif
" just redirect to expanding
if snippet !~ '^\s*[{\[<]'
let part = emmet#lang#html#findTokens(part)
return emmet#lang#html#parseIntoTree(snippet, a:type)
endif
let lines = split(snippet, "\n", 1)