Skip to content

Commit f9660b5

Browse files
committed
Add missing test file.
1 parent 1538fc3 commit f9660b5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/testdir/test_goto.vim

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
" Test commands that jump somewhere.
2+
3+
func Test_geedee()
4+
new
5+
call setline(1, ["Filename x;", "", "int Filename", "int func() {", "Filename y;"])
6+
/y;/
7+
normal gD
8+
call assert_equal(1, line('.'))
9+
quit!
10+
endfunc

0 commit comments

Comments
 (0)