From: Bram Moolenaar Date: Fri, 1 Jan 2016 16:49:44 +0000 (+0100) Subject: patch 7.4.1020 X-Git-Tag: v7.4.1020 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7eae47af89580df07a72079405a0e7b8aad784a8;p=vim patch 7.4.1020 Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target. --- diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index c5c0a1220..ebbe2797c 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -1027,6 +1027,11 @@ test: $(MAKE) /NOLOGO -f Make_dos.mak win32 cd .. +testgvim: + cd testdir + $(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim win32 + cd .. + testclean: cd testdir $(MAKE) /NOLOGO -f Make_dos.mak clean diff --git a/src/version.c b/src/version.c index 70c54aa47..a2eded595 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1020, /**/ 1019, /**/