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
/
e01.sh
blob
a47645df4c89cfe1371a8f37f85b7699a94cd175
1
# vi commands
2
echo
":i"
3
echo
"abc def"
4
echo
"."
5
echo
":w
$1
"
6
echo
":q"
7
8
# the expected output
9
echo
"abc def"
>&
2