Merged from the latest developing branch.
[MacVim.git] / src / testdir / test9.in
blob84e17943c791f2ab1e9282e70eddce7107c5d585
1 Test for Bufleave autocommand that deletes the buffer we are about to edit.
3 STARTTEST
4 :so small.vim
5 :au BufLeave test9.in bwipe yy
6 :e yy
7 :/^start of/,$w! test.out      " Write contents of this file
8 :qa!
9 ENDTEST
11 start of test file xx
12 end of test file xx