spacevim/bundle/vim-matchup/test/vader/motion.vader

24 lines
243 B
Plaintext
Raw Normal View History

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