fix numbering.

This commit is contained in:
mattn
2012-06-12 18:01:19 +09:00
parent 758f96e171
commit 968afb8cbd

View File

@@ -69,7 +69,7 @@ function! zencoding#lang#haml#toString(settings, current, type, inline, filters,
endfor
elseif len(current.child) > 0
for child in current.child
let inner .= zencoding#toString(child, type, inline, filters)
let inner .= zencoding#toString(child, type, inline, filters, itemno)
endfor
let inner = substitute(inner, "\n", "\n ", 'g')
let inner = substitute(inner, "\n $", "", 'g')