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 f845b87 commit 9269315Copy full SHA for 9269315
2 files changed
src/Make_mvc.mak
@@ -1123,9 +1123,6 @@ clean:
1123
cd GvimExt
1124
$(MAKE) /NOLOGO -f Makefile clean
1125
cd ..
1126
- cd GvimExt
1127
- $(MAKE) /NOLOGO -f Makefile clean
1128
- cd ..
1129
- if exist testdir\*.out del testdir\*.out
1130
1131
test:
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 144,
769
/**/
770
143,
771
0 commit comments