Skip to content

Commit 7eae47a

Browse files
committed
patch 7.4.1020
Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target.
1 parent 40a346d commit 7eae47a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/Make_mvc.mak

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,11 @@ test:
10271027
$(MAKE) /NOLOGO -f Make_dos.mak win32
10281028
cd ..
10291029

1030+
testgvim:
1031+
cd testdir
1032+
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim win32
1033+
cd ..
1034+
10301035
testclean:
10311036
cd testdir
10321037
$(MAKE) /NOLOGO -f Make_dos.mak clean

src/version.c

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

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1020,
744746
/**/
745747
1019,
746748
/**/

0 commit comments

Comments
 (0)