commit | b96a32ef1a95dd4ebf9413d686bccb1b4645f74b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 18:59:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 18:59:55 2020 +0200 |
tree | b9672586db9ccb2505455420ab8bf7d30561c7ea | |
parent | 7ac616cb0a52bc72b449e19cf9db93bee116c15a [diff] [blame] |
patch 8.2.1439: tiny and small builds have no test coverage Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696)
diff --git a/src/version.c b/src/version.c index 73c965b..2955eb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1439, +/**/ 1438, /**/ 1437,