commit | d0b6c6c54e0f3c2984e1d9b316a587ef14cfd53a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 13:28:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 13:28:23 2017 +0200 |
tree | f86d2af3067c54380d5799d44188bdf62726cf95 | |
parent | 30fe88677dd2b16e733ca0ac14edc8d70c7259fc [diff] [blame] |
patch 8.0.0810: MS-Windows: tests still hang Problem: MS-Windows: tests still hang. Solution: Only create the XfakeHOME directory if it does not exist yet.
diff --git a/src/version.c b/src/version.c index 94aa40e..fa67f7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 810, +/**/ 809, /**/ 808,