ex: increase the maximum number of buffers
[neatvi.git] / test / v00.sh
blob94a97d83de6048baed43391c025dcb5a57a6119c
1 #!/bin/sh
3 # vi commands
4 echo ":e $1"
5 printf "iabc\e"
6 echo ":w"
7 echo ":q"
9 # the expected output
10 echo "abc" >&2