summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-06 19:01:55 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-06 19:01:55 +0200
commit66459b7c98c67f8a9d39de8f08e8e8f1fca0e359 (patch)
tree5e61d00ee66ba009f17ad1d490ce810ae89e6c2b /src/testdir/Makefile
parentd76a0c15f8bdbc901015879177fd5076d34c7a06 (diff)
patch 7.4.2164v7.4.2164
Problem: It is not possible to use plugins in an "after" directory to tune the behavior of a package. Solution: First load plugins from non-after directories, then packages and finally plugins in after directories. Reset 'loadplugins' before executing --cmd arguments.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 5c629ed3f7..2153039d56 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -127,4 +127,6 @@ newtestssilent: $(NEW_TESTS)
.vim.res:
- $(RUN_VIMTEST) -u NONE -U NONE -S runtest.vim $*.vim
+ @echo "$(RUN_VIMTEST)" > vimcmd
+ $(RUN_VIMTEST) -U NONE -S runtest.vim $*.vim
+ @rm vimcmd