This commit is contained in:
Yasuhiro Matsumoto
2016-05-10 09:06:47 +09:00
parent b4b21450f2
commit 1a0c1288e1

View File

@@ -353,6 +353,8 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort
let last = parent
let last.pos += 1
endif
elseif n =~ '^*[0-9]\+$'
let last.child[-1].multiplier = 0 + n[1:]
elseif len(n)
let cl = last.child
let cls = []