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
/
v19.sh
blob
58d21ed8fc1d12403186dc8bd63aaee9c82da815
1
# vi commands
2
echo
":e
$1
"
3
echo
":set ai"
4
echo
"iabc
\x14
"
5
echo
""
6
echo
"def
\e
"
7
echo
":wq"
8
9
# the expected output
10
echo
" abc"
>&
2
11
echo
""
>&
2
12
echo
" def"
>&
2