Files
vim-matchup/test/vader/motion.vader
Andy K. Massimino 3a48818a81 Fix a test case
2023-02-19 09:12:24 -05:00

24 lines
249 B
Plaintext

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