Skip to content

Commit 0c0dac1

Browse files
committed
patch 7.4.1424
Problem: Not using --not-a-term when running tests on MS-Windows. Solution: Use NO_PLUGIN. (Christian Brabandt)
1 parent 4cafa6d commit 0c0dac1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/Make_dos.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ bench_re_freeze.out: bench_re_freeze.vim
114114
newtests: $(NEW_TESTS)
115115

116116
.vim.res:
117-
$(VIMPROG) -u NONE -U NONE -S runtest.vim $*.vim
117+
$(VIMPROG) -u NONE $(NO_PLUGIN) -S runtest.vim $*.vim

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1424,
751753
/**/
752754
1423,
753755
/**/

0 commit comments

Comments
 (0)