ex: increase the maximum number of buffers
[neatvi.git] / test / v1f.sh
blob59416831e97a5bbf672796997ece21def976daea
1 # vi commands
2 echo ":e $1"
3 echo "iabc\e"
4 echo "odef\e"
5 echo "oghi\e"
6 echo ":g/[ah]/d"
7 echo ":wq"
9 # the expected output
10 echo "def" >&2