This commit is contained in:
mattn
2012-06-13 22:07:55 +09:00
parent aedd9026f0
commit 8d10026f61

View File

@@ -58,7 +58,7 @@ function! zencoding#lang#sass#toString(settings, current, type, inline, filters,
else
let text = zencoding#lang#css#toString(settings, current, type, inline, filters, itemno, indent)
let text = substitute(text, '\s*;$', '', '')
return
return text
endif
return str
endfunction