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
/
v1f.sh
blob
59416831e97a5bbf672796997ece21def976daea
1
# vi commands
2
echo
":e
$1
"
3
echo
"iabc
\e
"
4
echo
"odef
\e
"
5
echo
"oghi
\e
"
6
echo
":g/[ah]/d"
7
echo
":wq"
8
9
# the expected output
10
echo
"def"
>&
2