summaryrefslogtreecommitdiffstats
path: root/tests/vim
blob: a7f60cebc7540856c49c6068125966f7276f6b0f (plain)
1
2
3
4
5
	apk_add $@
	echo "hello world" > test.txt
	echo -e "%s/hello/goodbye/\nwrite\nquit" | vim -e -s test.txt
	grep goodbye test.txt
	apk_del $@