commit | 53c8a478cc4265549597b00214e0da812154742e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 08 19:12:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 08 19:12:12 2018 +0200 |
tree | 2d47e8ff90013ac2a58ddb4e83d42a89aa5433dd | |
parent | 99396d4cbf78d313a454c7448acc07412d2e45b7 [diff] [blame] |
patch 8.1.0354: packadd test fails on MS-Windows Problem: Packadd test fails on MS-Windows. Solution: Ignore difference between forward and backward slashes.
diff --git a/src/version.c b/src/version.c index 840f288..480d20e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 354, +/**/ 353, /**/ 352,