commit | d19b234154476401a6ad8e690f9705419095f44e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 19 16:45:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 19 16:45:15 2018 +0200 |
tree | 2e45f1e40c8a25c904e9c880fd4c54c6e4399d51 | |
parent | 54651f74948650bc68d6ac5b20376f2f985e80c5 [diff] [blame] |
patch 8.1.0005: test for :compiler command fails on MS-Windows Problem: Test for :compiler command fails on MS-Windows. Solution: Ignore difference in path.
diff --git a/src/version.c b/src/version.c index 32ddbf6..a3eb91a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5, +/**/ 4, /**/ 3,