ex: increase the maximum number of buffers
[neatvi.git] / test / v21.sh
blob4befd509797842d2b59d587071316222d10524d1
1 # vi commands
2 echo ":e $1"
3 echo "i\e"
4 echo "oa\e"
5 echo ":%s/$/x/g"
6 echo ":wq"
8 # the expected output
9 echo "x" >&2
10 echo "ax" >&2