commit | 37ac4a531ce58daa201e3e045ef553734eaa432a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 19:29:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 19:29:04 2019 +0200 |
tree | 1fae04806d2ab3ccace1be80c0182cd983e75834 | |
parent | 66f0e6c6e201c75c24d4aa8fac46e926f7ac9054 [diff] [blame] |
patch 8.1.2098: mksession test fails on MS-Windows Problem: mksession test fails on MS-Windows. Solution: Skip testing with backslashes on MS-Windows.
diff --git a/src/version.c b/src/version.c index 736a632..20a0285 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2098, +/**/ 2097, /**/ 2096,