1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00

Merge pull request #781 from tenfyzhong/fix_parentheses

Remove g:delimitMate_matchpairs setting.
This commit is contained in:
Wang Shidong 2017-08-15 20:33:56 +08:00 committed by GitHub
commit edea5b71a7

View File

@ -65,8 +65,10 @@ endfunction
function! SpaceVim#layers#autocomplete#config() abort
let g:delimitMate_matchpairs = '[:],{:},<:>'
inoremap <silent><expr> ( complete_parameter#pre_complete("()")
imap <expr>(
\ pumvisible() ?
\ complete_parameter#pre_complete("()") :
\ "\<Plug>delimitMate("
"mapping
imap <silent><expr><TAB> SpaceVim#mapping#tab()