remove debug message.

This commit is contained in:
mattn
2012-04-24 20:54:04 +09:00
parent cb7cb86184
commit bdf8c3ffe1

View File

@@ -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