repo.or.cz
/
neatvi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ex: increase the maximum number of buffers
[neatvi.git]
/
test
/
e02.sh
blob
e08fcd45e2b9e01babba6deb9da0a66b22fb7d91
1
# vi commands
2
echo
":e
$1
"
3
echo
":a"
4
echo
"abc def"
5
echo
"ghi jkl"
6
echo
"."
7
echo
":w"
8
echo
":q"
9
10
# the expected output
11
echo
"abc def"
>&
2
12
echo
"ghi jkl"
>&
2