summaryrefslogtreecommitdiffstats
path: root/src/testdir/test54.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-02 11:43:19 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-02 11:43:19 +0000
commit1c2fda2097fc85f3677895f18adbbdc7f64bd807 (patch)
treeb0360c0d55da5b77b665668503c25ee536739901 /src/testdir/test54.in
parentec2dad63294b074d793677ea82ae859637257bf2 (diff)
updated for version 7.0028v7.0028
Diffstat (limited to 'src/testdir/test54.in')
-rw-r--r--src/testdir/test54.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test54.in b/src/testdir/test54.in
index b3fbe72598..82a8bdd36d 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