mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
hahaha
This commit is contained in:
@@ -57,7 +57,7 @@ function! zencoding#lang#sass#toString(settings, current, type, inline, filters,
|
|||||||
let str .= indent . inner
|
let str .= indent . inner
|
||||||
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
|
||||||
endif
|
endif
|
||||||
return str
|
return str
|
||||||
|
|||||||
Reference in New Issue
Block a user