commit | ed997adaa1e9bd057ce732a73d933b739e9d0c30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 16:42:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 16:42:00 2019 +0200 |
tree | b4db35e6f94ff6470627fdf5f55b4ccd357e36f4 | |
parent | 663bbc09babea1ff8dfa7ccd58801ac9219fc2b2 [diff] [blame] |
patch 8.1.1726: the eval.txt help file is too big Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained.
diff --git a/src/version.c b/src/version.c index afdefb2..a1d68d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1726, +/**/ 1725, /**/ 1724,