Changed DiffText and Constant highlight groups
[MacVim/jjgod.git] / src / testdir / test23.in
blob0e0e605531eafc4a609cc943097704a93f9b0808
1 Tests for complicated + argument to :edit command
3 STARTTEST
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!
11 ENDTEST
13 The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
14 foo|bar
15 foo/bar