blob: 84e17943c791f2ab1e9282e70eddce7107c5d585 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001Test for Bufleave autocommand that deletes the buffer we are about to edit.
2
3STARTTEST
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!
9ENDTEST
10
11start of test file xx
12end of test file xx