diff --git a/example/Makefile b/example/Makefile index 771978b..d73ad37 100644 --- a/example/Makefile +++ b/example/Makefile @@ -7,7 +7,7 @@ WRITABLE_HOME:=$(shell tmpdir=$$(mktemp -d --dry-run); \ cd $(CURDIR)/test; \ cp -a vimrc *.vader $${tmpdir}/; \ echo $${tmpdir}) -DOCKER = docker run -a stderr --rm \ +DOCKER = docker run -ti --rm \ -v $(CURDIR):/testplugin \ -v $(WRITABLE_HOME):/home/vimtest \ -v $(CURDIR)/$(PLUGINS):/home/vimtest/plugins "$(IMAGE)"