comparison src/testdir/test54.in @ 51:8c25f10d49e7 v7.0028

updated for version 7.0028
author vimboss
date Sun, 02 Jan 2005 11:43:19 +0000
parents f1d2a58883b9
children 71eaeb69efe4
comparison
equal deleted inserted replaced
50:90188be4861f 51:8c25f10d49e7
2 2
3 STARTTEST 3 STARTTEST
4 :so small.vim 4 :so small.vim
5 :e xx 5 :e xx
6 :!rm -f test.out 6 :!rm -f test.out
7 :au BufLeave <buffer> :!echo "buffer-local autommand in %" >> test.out 7 :au BufLeave <buffer> :!echo buffer-local autommand in %>> test.out
8 :e somefile " here, autocommand for xx shall write test.out 8 :e somefile " here, autocommand for xx shall write test.out
9 : " but autocommand shall not apply to buffer named <buffer> 9 : " but autocommand shall not apply to buffer named <buffer>
10 :bwipe xx " here, autocommand shall be auto-deleted 10 :bwipe xx " here, autocommand shall be auto-deleted
11 :e xx " nothing shall be written 11 :e xx " nothing shall be written
12 :e somefile " nothing shall be written 12 :e somefile " nothing shall be written