From bdf8c3ffe1877ad5fa683cd3a89cca31b39b1ce1 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 24 Apr 2012 20:54:04 +0900 Subject: [PATCH] remove debug message. --- autoload/zencoding.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/zencoding.vim b/autoload/zencoding.vim index ba2a0a5..2c7f894 100644 --- a/autoload/zencoding.vim +++ b/autoload/zencoding.vim @@ -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