ex: increase the maximum number of buffers
[neatvi.git] / test / v19.sh
blob58d21ed8fc1d12403186dc8bd63aaee9c82da815
1 # vi commands
2 echo ":e $1"
3 echo ":set ai"
4 echo "iabc\x14"
5 echo ""
6 echo "def\e"
7 echo ":wq"
9 # the expected output
10 echo " abc" >&2
11 echo "" >&2
12 echo " def" >&2