test23.in
资源名称:vim53src.zip [点击查看]
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:0k
源码类别:
编辑器/阅读器
开发平台:
DOS
- Tests for complicated + argument to :edit command
- STARTTEST
- :$-1w! Xfile1
- :$w! Xfile2
- :edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s///SLASH/|w
- :w! test.out
- :e Xfile1
- :w >> test.out
- :!rm -f Xfile1 Xfile2
- :qa!
- ENDTEST
- The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
- foo|bar
- foo/bar