Skip to content

Commit 9269315

Browse files
committed
patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice
Problem: When using MSVC the GvimExt directory is cleaned twice. Solution: Remove the lines. (Ken Takata)
1 parent f845b87 commit 9269315

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Make_mvc.mak

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,9 +1123,6 @@ clean:
11231123
cd GvimExt
11241124
$(MAKE) /NOLOGO -f Makefile clean
11251125
cd ..
1126-
cd GvimExt
1127-
$(MAKE) /NOLOGO -f Makefile clean
1128-
cd ..
11291126
- if exist testdir\*.out del testdir\*.out
11301127

11311128
test:

src/version.c

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

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
144,
767769
/**/
768770
143,
769771
/**/

0 commit comments

Comments
 (0)