blob: 5b46adc47eb2339192d6323b1145df5e409b39c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
" Test for '' mark in an empty buffer
func Test_empty_buffer()
new
insert
a
b
c
d
.
call assert_equal(1, line("''"))
bwipe!
endfunc
" vim: shiftwidth=2 sts=2 expandtab
|