repo.or.cz
/
MacVim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix computation of zoomed window frame
[MacVim.git]
/
src
/
testdir
/
test9.in
blob
84e17943c791f2ab1e9282e70eddce7107c5d585
1
Test for Bufleave autocommand that deletes the buffer we are about to edit.
2
3
STARTTEST
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!
9
ENDTEST
10
11
start of test file xx
12
end of test file xx