mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
Merge branch 'fixup' into dev
This commit is contained in:
commit
65bd8f061d
@ -68,7 +68,9 @@ function! SpaceVim#layers#autocomplete#config() abort
|
||||
imap <expr>(
|
||||
\ pumvisible() ?
|
||||
\ complete_parameter#pre_complete("()") :
|
||||
\ "\<Plug>delimitMate("
|
||||
\ (len(maparg('<Plug>delimitMate(', 'i')) == 0) ?
|
||||
\ "\<Plug>delimitMate(" :
|
||||
\ '('
|
||||
|
||||
"mapping
|
||||
imap <silent><expr><TAB> SpaceVim#mapping#tab()
|
||||
|
Loading…
x
Reference in New Issue
Block a user