summaryrefslogtreecommitdiffstats
path: root/runtime/doc/help.txt
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 /runtime/doc/help.txt
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 'runtime/doc/help.txt')
-rw-r--r--runtime/doc/help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index f339dadf00..13d6c8a594 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -136,6 +136,7 @@ Advanced editing ~
|diff.txt| working with two to eight versions of the same file
|autocmd.txt| automatically executing commands on an event
|eval.txt| expression evaluation, conditional commands
+|builtin.txt| builtin functions
|channel.txt| Jobs, Channels, inter-process communication
|fold.txt| hide (fold) ranges of lines