1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 10:20:04 +08:00
SpaceVim/bundle/vim-matchup/test/issues/49/example.vim
2020-06-13 14:06:35 +08:00

8 lines
234 B
VimL

source ../../bootstrap.vim
call matchup#custom#define_motion('nox', '%',
\ 'matchup#custom#example_motion', { 'down': 1 })
call matchup#custom#define_motion('nox', 'g%',
\ 'matchup#custom#example_motion', { 'down': 0 })