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
/
v00.sh
blob
94a97d83de6048baed43391c025dcb5a57a6119c
1
#!/bin/sh
2
3
# vi commands
4
echo
":e
$1
"
5
printf
"iabc
\e
"
6
echo
":w"
7
echo
":q"
8
9
# the expected output
10
echo
"abc"
>&
2