forked from VimPlug/emmet-vim
orz
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user