summaryrefslogtreecommitdiff
path: root/src/testdir/test_jumps.vim
blob: 5a3717d1650583308710e701a949736f647577f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
func Test_empty_buffer()
  new
  insert
a
b
c
d
.
  call assert_equal(1, line("''"))
  bwipe!
endfunc