1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 16:40:05 +08:00
SpaceVim/bundle/vim-matchup/test/issues/59/rebind.vim

10 lines
196 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
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%'])