view src/testdir/test9.in @ 11833:ffd6764d564e

Added tag v8.0.0796 for changeset dbce4b70738616ea5565342022c95dd999a46d02
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 18:15:05 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

Test for Bufleave autocommand that deletes the buffer we are about to edit.

STARTTEST
:so small.vim
:au BufLeave test9.in bwipe yy
:e yy
:/^start of/,$w! test.out      " Write contents of this file
:qa!
ENDTEST

start of test file xx
end of test file xx