Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
fb2f7aa982a3767cd3fa61aad8dcc075f339e15b
/
.
/
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