commit | c386267ffe1eb7ddf11794ade4f97d8b6b534588 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 18:07:38 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 18:07:38 2017 +0100 |
tree | 6f195d2150849e6ca0fb90d5ff7012f216c983d0 | |
parent | b245559fa9b03bfb0d0f77023120e60d870f0b56 [diff] [blame] |
patch 8.0.0285: tests fail with tiny build on Unix Problem: Tests fail with tiny build on Unix. Solution: Only set g:tester_HOME when build with the +eval feature.
diff --git a/src/version.c b/src/version.c index 6b0953f..e47b0d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 285, +/**/ 284, /**/ 283,