- Deleted echo.

This commit is contained in:
Shougo Matsushita 2012-03-15 21:00:00 +09:00
parent 17157a15ef
commit 2923db87ab
1 changed files with 0 additions and 1 deletions

View File

@ -594,7 +594,6 @@ function! neocomplcache#sources#snippets_complete#expand(cur_text, col, trigger_
startinsert!
endif
echomsg line('.')
if snip_word =~ s:get_placeholder_marker_pattern()
call s:snippets_force_jump(a:cur_text, a:col)
endif