commit | 9269315f635e44a340389be7e986782b98499311 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 14:55:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 14:55:36 2017 +0100 |
tree | 7ca7f78d1f1660e00da3ca5b1965b9321f8f9c2f | |
parent | f845b87f2b3a45cbee160e28d7a3f50e54054809 [diff] [blame] |
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/version.c b/src/version.c index d4224cb..78717e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 144, +/**/ 143, /**/ 142,