blob: 0e0e605531eafc4a609cc943097704a93f9b0808 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001Tests for complicated + argument to :edit command
2
3STARTTEST
4:$-1w! Xfile1
5:$w! Xfile2
6:edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w
7:w! test.out
8:e Xfile1
9:w >> test.out
10:qa!
11ENDTEST
12
13The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
14foo|bar
15foo/bar