diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-02 11:43:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-02 11:43:19 +0000 |
commit | 1c2fda2097fc85f3677895f18adbbdc7f64bd807 (patch) | |
tree | b0360c0d55da5b77b665668503c25ee536739901 /src/testdir | |
parent | ec2dad63294b074d793677ea82ae859637257bf2 (diff) | |
download | vim-git-1c2fda2097fc85f3677895f18adbbdc7f64bd807.tar.gz |
updated for version 7.0028v7.0028
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test54.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test54.in b/src/testdir/test54.in index b3fbe7259..82a8bdd36 100644 --- a/src/testdir/test54.in +++ b/src/testdir/test54.in @@ -4,7 +4,7 @@ STARTTEST :so small.vim :e xx :!rm -f test.out -:au BufLeave <buffer> :!echo "buffer-local autommand in %" >> test.out +:au BufLeave <buffer> :!echo buffer-local autommand in %>> test.out :e somefile " here, autocommand for xx shall write test.out : " but autocommand shall not apply to buffer named <buffer> :bwipe xx " here, autocommand shall be auto-deleted |