commit | 4c5717ed8a81f5ae9dfe4f38b17a61fc8421054b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 15:39:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 15:39:40 2016 +0200 |
tree | f3ddf7e9696b5479a4b785ba44f1215db211c2c0 | |
parent | 40de45664c20e7ca46a28a3f472202f90e47f8bf [diff] [blame] |
patch 7.4.1973 Problem: On MS-Windows the package directory may be added at the end because of forward/backward slash differences. (Matthew Desjardins) Solution: Ignore slash differences.
diff --git a/src/version.c b/src/version.c index 2c6d8c4..1e8e635 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1973, +/**/ 1972, /**/ 1971,