commit | 1cae5a0a034d0545360387407a7a409310f1efe2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 21:28:34 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 21:28:34 2021 +0000 |
tree | 0a4b7b3539db3b8ca92acb47e8e10953130a1f2b | |
parent | 8dac2acd6a79d571ff5409d9c90b4c9e73237eb4 [diff] [blame] |
patch 8.2.3917: the eval.txt help file is way too big Problem: The eval.txt help file is way too big. Solution: Move the builtin function details to a separate file.
diff --git a/src/version.c b/src/version.c index 944b1f6..1a71a53 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3917, +/**/ 3916, /**/ 3915,