1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

fix deoplete mapping (#2954)

close #2948
This commit is contained in:
PandaLz 2019-07-18 20:10:54 -05:00 committed by Wang Shidong
parent 27aa5d038b
commit 4e9c987689

View File

@ -117,8 +117,8 @@ call deoplete#custom#var('omni', 'input_patterns', {
call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy']) call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy'])
call deoplete#custom#source('file/include', 'matchers', ['matcher_head']) call deoplete#custom#source('file/include', 'matchers', ['matcher_head'])
inoremap <expr><C-h> deoplete#mappings#smart_close_popup()."\<C-h>" inoremap <expr><C-h> deoplete#smart_close_popup()."\<C-h>"
inoremap <expr><BS> deoplete#mappings#smart_close_popup()."\<C-h>" inoremap <expr><BS> deoplete#smart_close_popup()."\<C-h>"
set isfname-== set isfname-==
" vim:set et sw=2: " vim:set et sw=2: