diff --git a/autoload/neosnippet.vim b/autoload/neosnippet.vim index 32a3877..2b6405b 100644 --- a/autoload/neosnippet.vim +++ b/autoload/neosnippet.vim @@ -1390,6 +1390,8 @@ function! s:initialize_others() "{{{ if get(g:, 'loaded_echodoc', 0) call echodoc#register('snippets_complete', s:doc_dict) endif + + call neosnippet#clear_select_mode_mappings() endfunction"}}} let &cpo = s:save_cpo