Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
4adfaabfe7e07da9546b45130cad0d266ba48611
/
.
/
src
/
testdir
/
test_goto.vim
blob: fb8f190fa6f790e417a659debbe9147bce7d071a [
file
] [
log
] [
blame
]
" Test commands that jump somewhere.
func Test_geedee()
new
call setline(1, ["
Filename
x
;
", "", "
int
Filename
", "
int
func
()
{
", "
Filename
y
;
"])
/y;/
normal gD
call assert_equal(1, line('.'))
quit!
endfunc