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
/
v21.sh
blob
4befd509797842d2b59d587071316222d10524d1
1
# vi commands
2
echo
":e
$1
"
3
echo
"i
\e
"
4
echo
"oa
\e
"
5
echo
":%s/$/x/g"
6
echo
":wq"
7
8
# the expected output
9
echo
"x"
>&
2
10
echo
"ax"
>&
2