mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
remove debug message.
This commit is contained in:
@@ -714,7 +714,6 @@ function! zencoding#expandAbbr(mode) range
|
||||
let content = join(getline(a:firstline, a:lastline), "\n")
|
||||
if stridx(expand, '$#') < len(expand)-2
|
||||
let expand = substitute(expand, '^\(.*\)\$#\s*$', '\1', '')
|
||||
echo expand
|
||||
endif
|
||||
let expand = substitute(expand, '\$#', content, 'g')
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user