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