1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:40:06 +08:00
SpaceVim/bundle/vim-matchup/test/vader/motion.vader
2020-06-13 14:06:35 +08:00

24 lines
243 B
Plaintext

Given vim (Nesting):
if
if
if
endif
endif
endif
Before (Cursor):
normal! 5gg
Do (Move [%):
[%
Then (Verify line):
Assert line('.') == 4
Do (Move [% twice):
[%[%
Then (Verify line):
Assert line('.') == 3