comparison src/testdir/Makefile @ 9778:4360b2b46125 v7.4.2164

commit https://github.com/vim/vim/commit/66459b7c98c67f8a9d39de8f08e8e8f1fca0e359 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 19:01:55 2016 +0200 patch 7.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.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 19:15:06 +0200
parents 219dbe63ad2a
children 26441931dad7
comparison
equal deleted inserted replaced
9777:cbd2d046575d 9778:4360b2b46125
125 125
126 newtestssilent: $(NEW_TESTS) 126 newtestssilent: $(NEW_TESTS)
127 127
128 128
129 .vim.res: 129 .vim.res:
130 $(RUN_VIMTEST) -u NONE -U NONE -S runtest.vim $*.vim 130 @echo "$(RUN_VIMTEST)" > vimcmd
131 $(RUN_VIMTEST) -U NONE -S runtest.vim $*.vim
132 @rm vimcmd