This commit is contained in:
mattn
2012-06-13 22:07:18 +09:00
parent 403058a97d
commit aedd9026f0

View File

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