Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
4b96df5a017a04141c4e901b1fc5704a3ca48099
/
.
/
src
/
testdir
/
test_jumps.vim
blob: 5a3717d1650583308710e701a949736f647577f3 [
file
] [
log
] [
blame
]
func
Test_empty_buffer
()
new
insert
a
b
c
d
.
call assert_equal
(
1
,
line
(
"''"
))
bwipe
!
endfunc