mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Test [%
This commit is contained in:
23
test/vader/motion.vader
Normal file
23
test/vader/motion.vader
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user