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