ex: increase the maximum number of buffers
[neatvi.git] / test / v1a.sh
blob903b7bad1bc45746bc1359bf428f847dcd193811
1 # vi commands
2 echo ":e $1"
3 echo "iabc\e"
4 echo "odef\e"
5 echo "oghi\e"
6 printf "1G''x"
7 echo ":wq"
9 # the expected output
10 echo "abc" >&2
11 echo "def" >&2
12 echo "hi" >&2