1 Test for autocommand that changes the buffer list, when doing ":ball".
6 A1
\e:.,/end of/w! Xxx1 " write test file Xxx1
9 $r2:.,/end of/w! Xxx2 " write test file Xxx2
12 $r3:.,/end of/w! Xxx3 " write test file Xxx3
15 :au BufReadPost Xxx2 bwipe
16 $r4:ball " open window for all args, close Xxx2
17 :.,$w! test.out " Write contents of this file
18 \x17\x17:w >>test.out " Append contents of second window (Xxx1)
19 \x17\x17:/^start of/,$w >>test.out " Append contents of last window (this file)
23 start of test file Xxx