Improve complete_done

This commit is contained in:
Shougo Matsushita 2015-12-19 12:28:49 +09:00
parent fef60dbe6c
commit 8054ac5d1b
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ function! neosnippet#handlers#_complete_done() "{{{
elseif snippet !~ pair.'$'
let snippet .= pair
endif
let snippet .= '${' . cnt . '}'
endif
let [cur_text, col, _] = neosnippet#mappings#_pre_trigger()