Skip to content

Commit

Permalink
fix deoplete mapping (wsdjeg#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaLz authored and wsdjeg committed Jul 19, 2019
1 parent 27aa5d0 commit 4e9c987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugins/deoplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 <expr><C-h> deoplete#mappings#smart_close_popup()."\<C-h>"
inoremap <expr><BS> deoplete#mappings#smart_close_popup()."\<C-h>"
inoremap <expr><C-h> deoplete#smart_close_popup()."\<C-h>"
inoremap <expr><BS> deoplete#smart_close_popup()."\<C-h>"
set isfname-==

" vim:set et sw=2:

0 comments on commit 4e9c987

Please sign in to comment.