commit | 9d9c35651712b88c81f1ae11091de1fd0bbbd35c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 13:55:06 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 13:55:06 2017 +0100 |
tree | 4496c0c3ab2a348903d5aa5c7739ae591d06581c | |
parent | 04e94c788175c83be8a78372b0ed6c332969edff [diff] [blame] |
patch 8.0.0153: system() test fails on MS-Windows Problem: system() test fails on MS-Windows. Solution: Deal when extra space and CR.
diff --git a/src/version.c b/src/version.c index 438a65d..a1a7469 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 153, +/**/ 152, /**/ 151,