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
/
v0d.sh
blob
79d12b5aa319ec51f60f75ab847aa3b61e13a4bd
1
# vi commands
2
echo
":e
$1
"
3
printf
"iabc def
\e
"
4
printf
"oghi jkl
\e
"
5
printf
"omno pqr
\e
"
6
echo
"1Gd/jkl/0"
7
echo
":w"
8
echo
":q"
9
10
# the expected output
11
echo
"mno pqr"
>&
2