annotate src/testdir/test9.in @ 10966:398ad090256d v8.0.0372

patch 8.0.0372: more options are not always defined commit https://github.com/vim/vim/commit/a713ff819d134dc34e507c05273c935bfc17e795 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 25 22:18:43 2017 +0100 patch 8.0.0372: more options are not always defined Problem: More options are not always defined. Solution: Consistently define all possible options.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Feb 2017 22:30:04 +0100
parents 3fc0f57ecb91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 Test for Bufleave autocommand that deletes the buffer we are about to edit.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 STARTTEST
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 :so small.vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 :au BufLeave test9.in bwipe yy
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 :e yy
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 :/^start of/,$w! test.out " Write contents of this file
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 :qa!
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 ENDTEST
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 start of test file xx
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 end of test file xx