From: Bram Moolenaar Date: Fri, 6 Jan 2017 13:55:36 +0000 (+0100) Subject: patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice X-Git-Tag: v8.0.0144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9269315f635e44a340389be7e986782b98499311;p=vim 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) --- diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 5160aebd7..f1ecbe0b6 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -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: diff --git a/src/version.c b/src/version.c index d4224cbdb..78717e14a 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 144, /**/ 143, /**/