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
/
v1a.sh
blob
903b7bad1bc45746bc1359bf428f847dcd193811
1
# vi commands
2
echo
":e
$1
"
3
echo
"iabc
\e
"
4
echo
"odef
\e
"
5
echo
"oghi
\e
"
6
printf
"1G''x"
7
echo
":wq"
8
9
# the expected output
10
echo
"abc"
>&
2
11
echo
"def"
>&
2
12
echo
"hi"
>&
2