commit | 9e79ccbe9ce6fce18939c7ac2e5ad059a3bd1951 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 15:57:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 15:57:30 2019 +0100 |
tree | 5c766d2ccb03697aa18434d35ce94480cb8fddc6 | |
parent | fc3abf47fbe1e426f2b676c316c81ee9ff607075 [diff] [blame] |
patch 8.1.0807: session test fails on MS-Windows Problem: Session test fails on MS-Windows. Solution: Don't try creating file with illegal name.
diff --git a/src/version.c b/src/version.c index 509541d..da4b43c 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 807, +/**/ 806, /**/ 805,