diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-18 21:34:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-18 21:34:53 +0000 |
commit | ab79bcbac383aa26fec23f8610995122a9ff4be6 (patch) | |
tree | 87d08c555b6a806c4cfffde6b42886e5b4094f83 /src/testdir/test11.in | |
parent | 21cf823a906f1f66391a145a976fdae8e98e0394 (diff) | |
download | vim-git-ab79bcbac383aa26fec23f8610995122a9ff4be6.tar.gz |
updated for version 7.0010v7.0010
Diffstat (limited to 'src/testdir/test11.in')
-rw-r--r-- | src/testdir/test11.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testdir/test11.in b/src/testdir/test11.in index 6b296fd4e..510ed7236 100644 --- a/src/testdir/test11.in +++ b/src/testdir/test11.in @@ -20,13 +20,12 @@ STARTTEST :set bin :au FileWritePre *.gz '[,']!gzip :au FileWritePost *.gz undo -:/start of testfile/,/end of testfile/w! Xtestfile.gz +:/^start of testfile/,/^end of testfile/w! Xtestfile.gz :au FileReadPost *.gz '[,']!gzip -d :$r Xtestfile.gz " Read and decompress the testfile :?startstart?,$w! test.out " Write contents of this file :au BufNewFile *.c read Xtest.c -gg/^end of testfile -:/start of test.c/+1,/end of test.c/-1w! Xtest.c +:/^start of test.c/+1,/^end of test.c/-1w! Xtest.c :e! foo.c " Will load Xtest.c :au FileAppendPre *.out '[,']s/new/NEW/ :au FileAppendPost *.out !cat Xtest.c >>test.out |