Remove iminsert reset

This commit is contained in:
Shougo Matsushita 2014-07-15 19:08:09 +09:00
parent 9ad14d0ce7
commit 01d17aa885
1 changed files with 0 additions and 3 deletions

View File

@ -125,9 +125,6 @@ function! neosnippet#view#_expand(cur_text, col, trigger_name) "{{{
silent! execute begin_line . ',' . end_line . 'foldopen!'
endif
endtry
let &l:iminsert = 0
let &l:imsearch = 0
endfunction"}}}
function! neosnippet#view#_jump(cur_text, col) "{{{
call s:skip_next_auto_completion()