Skip to content

Commit

Permalink
patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice
Browse files Browse the repository at this point in the history
Problem:    When using MSVC the GvimExt directory is cleaned twice.
Solution:   Remove the lines. (Ken Takata)
  • Loading branch information
brammool committed Jan 6, 2017
1 parent f845b87 commit 9269315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Make_mvc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -1123,9 +1123,6 @@ clean:
cd GvimExt
$(MAKE) /NOLOGO -f Makefile clean
cd ..
cd GvimExt
$(MAKE) /NOLOGO -f Makefile clean
cd ..
- if exist testdir\*.out del testdir\*.out

test:
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
144,
/**/
143,
/**/
Expand Down

0 comments on commit 9269315

Please sign in to comment.