test9.in
Upload User: gddssl
Upload Date: 2007-01-06
Package Size: 1003k
Code Size: 0k
Category:

Editor

Development Platform:

DOS

  1. Test for Bufleave autocommand that deletes the buffer we are about to edit.
  2. STARTTEST
  3. :au BufLeave test9.in bdel yy
  4. :e yy
  5. :/^start of/,$w! test.out      " Write contents of this file
  6. :qa!
  7. ENDTEST
  8. start of test file xx
  9. end of test file xx