mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
remove debug message.
This commit is contained in:
@@ -540,7 +540,6 @@ function! s:zen_toString(...)
|
||||
if len(snippet) > 0
|
||||
let tmp = substitute(snippet, '|', '${cursor}', 'g')
|
||||
let tmp = substitute(tmp, '\${zenname}', current.name, 'g')
|
||||
echo type
|
||||
if type == 'css' && s:zen_useFilter(filters, 'fc')
|
||||
let tmp = substitute(tmp, '^\([^:]\+\):\(.*\)$', '\1: \2', '')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user