0
0
mirror of https://github.com/vim/vim.git synced 2025-10-22 08:34:29 -04:00

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)
This commit is contained in:
Bram Moolenaar
2017-01-06 14:55:36 +01:00
parent f845b87f2b
commit 9269315f63
2 changed files with 2 additions and 3 deletions

View File

@@ -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:

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
144,
/**/
143,
/**/