view src/testdir/test9.in @ 4295:5aa74a2f8f9d v7.3.897

updated for version 7.3.897 Problem: Configure doesn't always find the shared library. Solution: Change the configure script. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 14:44:57 +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