Files
vim-matchup/test/vader/motion.vader
Andy K. Massimino db6a445ff4 Test [%
2019-07-24 09:43:15 -04: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