This commit is contained in:
mattn
2013-12-13 20:22:23 +09:00
parent 576679e023
commit 2e365c9573
2 changed files with 9 additions and 1 deletions

View File

@@ -288,7 +288,11 @@ function! emmet#lang#html#parseIntoTree(abbr, type)
let cls = []
for c in range(n[1:])
for cc in cl
let cc.basevalue = c + 1
if cc.multiplier > 1
let cc.basedirect = c + 1
else
let cc.basevalue = c + 1
endif
endfor
let cls += deepcopy(cl)
endfor