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
/
v1b.sh
blob
24672fc8a68f5d7f6a109a6e1d9c514b4a30c90d
1
# vi commands
2
echo
":e
$1
"
3
echo
"iabc
\e
"
4
echo
"odef
\e
"
5
echo
"oghi
\e
"
6
echo
":%g/def/d"
7
echo
":wq"
8
9
# the expected output
10
echo
"abc"
>&
2
11
echo
"ghi"
>&
2