; needed.

This commit is contained in:
mattn
2012-06-13 22:00:41 +09:00
parent af0e4f1166
commit 09b6efb86b

View File

@@ -56,8 +56,7 @@ function! zencoding#lang#scss#toString(settings, current, type, inline, filters,
let inner = substitute(inner, "\n" . indent . "$", "", 'g')
let str .= indent . inner . "\n}\n"
else
let text = zencoding#lang#css#toString(settings, current, type, inline, filters, itemno, indent)
return substitute(text, ';$', '', '')
return zencoding#lang#css#toString(settings, current, type, inline, filters, itemno, indent)
endif
return str
endfunction