forked from VimPlug/emmet-vim
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")
|
let content = join(getline(a:firstline, a:lastline), "\n")
|
||||||
if stridx(expand, '$#') < len(expand)-2
|
if stridx(expand, '$#') < len(expand)-2
|
||||||
let expand = substitute(expand, '^\(.*\)\$#\s*$', '\1', '')
|
let expand = substitute(expand, '^\(.*\)\$#\s*$', '\1', '')
|
||||||
echo expand
|
|
||||||
endif
|
endif
|
||||||
let expand = substitute(expand, '\$#', content, 'g')
|
let expand = substitute(expand, '\$#', content, 'g')
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user