spacevim/bundle/vim-matchup/test/issues/49/example.vim

8 lines
234 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
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 })