ex: increase the maximum number of buffers
[neatvi.git] / test / e01.sh
bloba47645df4c89cfe1371a8f37f85b7699a94cd175
1 # vi commands
2 echo ":i"
3 echo "abc def"
4 echo "."
5 echo ":w $1"
6 echo ":q"
8 # the expected output
9 echo "abc def" >&2