ex: increase the maximum number of buffers
[neatvi.git] / test / v15.sh
blob6b18d3d2ca16ee22331f6ff85783ef5ac851cf40
1 # vi commands
2 echo ":e $1"
3 printf "iabc\e"
4 printf "odef\e"
5 printf "oabc\e"
6 echo ":%s/abc/ghi/"
7 echo ":w"
8 echo ":q"
10 # the expected output
11 echo "ghi" >&2
12 echo "def" >&2
13 echo "ghi" >&2