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 else
let text = zencoding#lang#css#toString(settings, current, type, inline, filters, itemno, indent) let text = zencoding#lang#css#toString(settings, current, type, inline, filters, itemno, indent)
let text = substitute(text, '\s*;$', '', '') let text = substitute(text, '\s*;$', '', '')
return return text
endif endif
return str return str
endfunction endfunction