mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 16:00:07 +08:00
10 lines
196 B
VimL
Vendored
10 lines
196 B
VimL
Vendored
|
|
source ../../bootstrap.vim
|
|
|
|
xmap u% <plug>(matchup-i%)
|
|
omap u% <plug>(matchup-i%)
|
|
|
|
" optional, for use without patch 8.1.0648
|
|
call call(matchup#motion_sid().'make_oldstyle_omaps', ['u%', 'i%'])
|
|
|