commit | 10c6029e28ab666a42190fcceb0bb098a4ebf724 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 20:17:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 20:17:13 2017 +0100 |
tree | 0b05e280618bc453a8a15d21b8362b99ac9d3c76 | |
parent | 8be2fbb6705dfb41d06d688701803d206c968404 [diff] [blame] |
patch 8.0.0362: tests fail on MS-Windows Problem: Tests fail on MS-Windows. Solution: Use $*.vim instead of $<.
diff --git a/src/version.c b/src/version.c index bd2ddb1..4df3c3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 362, +/**/ 361, /**/ 360,