mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
Fixes item number in group. Closes #164
This commit is contained in:
@@ -282,7 +282,10 @@ function! emmet#lang#html#parseIntoTree(abbr, type)
|
||||
let cl = last.child
|
||||
let cls = []
|
||||
for c in range(n[1:])
|
||||
let cls += cl
|
||||
for cc in cl
|
||||
let cc.basevalue = c + 1
|
||||
endfor
|
||||
let cls += deepcopy(cl)
|
||||
endfor
|
||||
let last.child = cls
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user