0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.1424

Problem:    Not using --not-a-term when running tests on MS-Windows.
Solution:   Use NO_PLUGIN. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar 2016-02-26 15:56:42 +01:00
parent 4cafa6dc7f
commit 0c0dac1fb1
2 changed files with 3 additions and 1 deletions

View File

@ -114,4 +114,4 @@ bench_re_freeze.out: bench_re_freeze.vim
newtests: $(NEW_TESTS)
.vim.res:
$(VIMPROG) -u NONE -U NONE -S runtest.vim $*.vim
$(VIMPROG) -u NONE $(NO_PLUGIN) -S runtest.vim $*.vim

View File

@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1424,
/**/
1423,
/**/