repo.or.cz
/
MacVim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix computation of zoomed window frame
[MacVim.git]
/
src
/
testdir
/
test23.in
blob
0e0e605531eafc4a609cc943097704a93f9b0808
1
Tests for complicated + argument to :edit command
2
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
12
13
The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
14
foo|bar
15
foo/bar