commit | 0a15c7676bccb0c9483579106318e785c6e40a7f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 16:09:54 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 16:09:54 2021 +0000 |
tree | a6f77587b0937668bed3005827eaa4158973ecfb | |
parent | 326e7da609a1b115b0ed535e89e970afebe99e35 [diff] [blame] |
patch 8.2.3587: compiler test fails with backslash file separator Problem: Compiler test fails with backslash file separator. Solution: Accept slash and backslash.
diff --git a/src/version.c b/src/version.c index 040fbb6..65d9d10 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3587, +/**/ 3586, /**/ 3585,