blob: f455b6911fe6b6796e930e41c6d0e4141e95be8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
" Tests for Vim buffer
func Test_balt()
new SomeNewBuffer
balt +3 OtherBuffer
e #
call assert_equal('OtherBuffer', bufname())
endfunc
" vim: shiftwidth=2 sts=2 expandtab
|