- Fixed neosnippet initialization.
This commit is contained in:
parent
be90bb4f93
commit
f04a866db2
@ -1390,6 +1390,8 @@ function! s:initialize_others() "{{{
|
|||||||
if get(g:, 'loaded_echodoc', 0)
|
if get(g:, 'loaded_echodoc', 0)
|
||||||
call echodoc#register('snippets_complete', s:doc_dict)
|
call echodoc#register('snippets_complete', s:doc_dict)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
call neosnippet#clear_select_mode_mappings()
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
|
Loading…
Reference in New Issue
Block a user