diff --git a/config/plugins/deoplete.vim b/config/plugins/deoplete.vim index 300ad2964..1dc91499a 100644 --- a/config/plugins/deoplete.vim +++ b/config/plugins/deoplete.vim @@ -117,8 +117,8 @@ call deoplete#custom#var('omni', 'input_patterns', { call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy']) call deoplete#custom#source('file/include', 'matchers', ['matcher_head']) -inoremap deoplete#mappings#smart_close_popup()."\" -inoremap deoplete#mappings#smart_close_popup()."\" +inoremap deoplete#smart_close_popup()."\" +inoremap deoplete#smart_close_popup()."\" set isfname-== " vim:set et sw=2: