summaryrefslogtreecommitdiffstats
path: root/src/testdir/test54.in
diff options
context:
space:
mode:
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