From f04a866db23901a4d83d7a8860fe52f64fc0142b Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 3 Jul 2013 20:06:03 +0900 Subject: [PATCH] - Fixed neosnippet initialization. --- autoload/neosnippet.vim | 2 ++ 1 file changed, 2 insertions(+) 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