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
/
e09.sh
blob
8ce097fd54a6f53fb72dd45d512d36038291068f
1
# vi commands
2
echo
"e
$1
"
3
echo
"a"
4
echo
"abc"
5
echo
"def"
6
echo
"ghi"
7
echo
"."
8
echo
"%g/def/-1,/ghi/d"
9
echo
"wq"
10
11
# the expected output
12
printf
""
>&
2