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
/
e03.sh
blob
f346c3f5367871437567593fb36a83eed3b12fc2
1
# vi commands
2
echo
":e
$1
"
3
echo
":a"
4
echo
"abc"
5
echo
"."
6
echo
":a"
7
echo
"def"
8
echo
"."
9
echo
":undo"
10
echo
":w"
11
echo
":q"
12
13
# the expected output
14
echo
"abc"
>&
2