We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a346d commit 7eae47aCopy full SHA for 7eae47a
2 files changed
src/Make_mvc.mak
@@ -1027,6 +1027,11 @@ test:
1027
$(MAKE) /NOLOGO -f Make_dos.mak win32
1028
cd ..
1029
1030
+testgvim:
1031
+ cd testdir
1032
+ $(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim win32
1033
+ cd ..
1034
+
1035
testclean:
1036
cd testdir
1037
$(MAKE) /NOLOGO -f Make_dos.mak clean
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1020,
746
/**/
747
1019,
748
0 commit comments