diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-22 17:51:52 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-22 17:51:52 -0400 |
| commit | 176f223ea3d1e8fb5716d5c2c0f09bead4864d59 (patch) | |
| tree | dd1566631588e6a236b65573547546d68455fc81 /src/nvim/testdir/Makefile | |
| parent | 39c015bd114aa8e7a2415ba4a610e238de715474 (diff) | |
| parent | e70cae426cb3ad6b755d76b4aa523f806bacd89b (diff) | |
| download | rneovim-176f223ea3d1e8fb5716d5c2c0f09bead4864d59.tar.gz rneovim-176f223ea3d1e8fb5716d5c2c0f09bead4864d59.tar.bz2 rneovim-176f223ea3d1e8fb5716d5c2c0f09bead4864d59.zip | |
Merge pull request #4808 from justinmk/small.vim
test: Remove references to tiny.vim/small.vim/mbyte.vim
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 15ba5d15f8..2fba6dd563 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -97,7 +97,7 @@ test1.out: $(VIMPROG) $(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG) test1.out RM_ON_RUN := test.out X* viminfo -RM_ON_START := tiny.vim small.vim mbyte.vim test.ok +RM_ON_START := test.ok RUN_VIM := VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(TOOL) $(VIMPROG) -u unix.vim -U NONE -i viminfo --noplugin -s dotest.in clean: |