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