changeset 10503:e0ad6123213c v8.0.0144

commit https://github.com/vim/vim/commit/9269315f635e44a340389be7e986782b98499311 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 14:55:36 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 15:00:04 +0100
parents ed16a1ba7a9e
children 8a56542d8e0d
files src/Make_mvc.mak src/version.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    144,
+/**/
     143,
 /**/
     142,