ex: increase the maximum number of buffers
[neatvi.git] / test / e09.sh
blob8ce097fd54a6f53fb72dd45d512d36038291068f
1 # vi commands
2 echo "e $1"
3 echo "a"
4 echo "abc"
5 echo "def"
6 echo "ghi"
7 echo "."
8 echo "%g/def/-1,/ghi/d"
9 echo "wq"
11 # the expected output
12 printf "" >&2