commit | 7d2320414ffdd698c9a17d775f71e2c455c21624 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 22:37:20 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 22:37:20 2019 +0100 |
tree | 84ea1ff797c003be62948be2f09f224ee621b2b8 | |
parent | dc968e7a45c672a81148628b755c2a440a228ad7 [diff] [blame] |
patch 8.1.2259: running tests may leave XfakeHOME behind Problem: Running tests may leave XfakeHOME behind. Solution: Source summarize.vim without using setup.vim. (closes #5177) Also fix that on MS-Windows the test log isn't echoed.
diff --git a/src/version.c b/src/version.c index 464de12..0a210b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2259, +/**/ 2258, /**/ 2257,