- Fixed neosnippet initialization.

This commit is contained in:
Shougo Matsushita 2013-07-03 20:06:03 +09:00
parent be90bb4f93
commit f04a866db2
1 changed files with 2 additions and 0 deletions

View File

@ -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