mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
fix numbering.
This commit is contained in:
@@ -69,7 +69,7 @@ function! zencoding#lang#haml#toString(settings, current, type, inline, filters,
|
|||||||
endfor
|
endfor
|
||||||
elseif len(current.child) > 0
|
elseif len(current.child) > 0
|
||||||
for child in current.child
|
for child in current.child
|
||||||
let inner .= zencoding#toString(child, type, inline, filters)
|
let inner .= zencoding#toString(child, type, inline, filters, itemno)
|
||||||
endfor
|
endfor
|
||||||
let inner = substitute(inner, "\n", "\n ", 'g')
|
let inner = substitute(inner, "\n", "\n ", 'g')
|
||||||
let inner = substitute(inner, "\n $", "", 'g')
|
let inner = substitute(inner, "\n $", "", 'g')
|
||||||
|
|||||||
Reference in New Issue
Block a user