Fix #348 stopinsert problem
This commit is contained in:
parent
aa37cd0fbe
commit
d5bef2e5be
@ -70,10 +70,9 @@ function! neosnippet#handlers#_all_clear_markers() abort "{{{
|
||||
while !empty(neosnippet#variables#expand_stack())
|
||||
call neosnippet#view#_clear_markers(
|
||||
\ neosnippet#variables#expand_stack()[-1])
|
||||
stopinsert
|
||||
endwhile
|
||||
finally
|
||||
stopinsert
|
||||
|
||||
call setpos('.', pos)
|
||||
endtry
|
||||
endfunction"}}}
|
||||
|
Loading…
Reference in New Issue
Block a user