mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
4 lines
115 B
VimL
4 lines
115 B
VimL
function! zencoding#css#toString(settings, current, type, inline, filters, itemno, indent)
|
|
return ''
|
|
endfunction
|