Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
e55b1c098d9dc04c960e6575bb554b5130af8989
/
.
/
src
/
testdir
/
test_jumps.vim
blob: 5a3717d1650583308710e701a949736f647577f3 [
file
] [
log
] [
blame
]
Bram Moolenaar
70e136e
2016-07-01 14:04:51 +0200
[
diff
] [
blame
]
1
func
Test_empty_buffer
()
2
new
3
insert
4
a
5
b
6
c
7
d
8
.
9
call assert_equal
(
1
,
line
(
"''"
))
10
bwipe
!
11
endfunc