mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
9 lines
253 B
VimL
Vendored
9 lines
253 B
VimL
Vendored
let g:delimitMate_expand_cr = 1
|
|
let g:delimitMate_eol_marker = ';'
|
|
call vimtest#StartTap()
|
|
call vimtap#Plan(1)
|
|
call vimtap#Like(maparg('(', 'i'), '<Plug>delimitMate(', 'Mappings defined for the first buffer without filetype set.')
|
|
call vimtest#Quit()
|
|
|
|
|