From 4e9c987689d2bc00ec48d7bdd787677a4de03759 Mon Sep 17 00:00:00 2001 From: PandaLz Date: Thu, 18 Jul 2019 20:10:54 -0500 Subject: [PATCH] fix deoplete mapping (#2954) close #2948 --- config/plugins/deoplete.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: