summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-27 21:28:34 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-27 21:28:34 +0000
commit1cae5a0a034d0545360387407a7a409310f1efe2 (patch)
tree0a4b7b3539db3b8ca92acb47e8e10953130a1f2b /src
parent8dac2acd6a79d571ff5409d9c90b4c9e73237eb4 (diff)
patch 8.2.3917: the eval.txt help file is way too bigv8.2.3917
Problem: The eval.txt help file is way too big. Solution: Move the builtin function details to a separate file.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 944b1f6add..1a71a53c80 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3917,
+/**/
3916,
/**/
3915,