We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1538fc3 commit f9660b5Copy full SHA for f9660b5
1 file changed
src/testdir/test_goto.vim
@@ -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