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.
This commit is contained in:
Bram Moolenaar
2021-12-27 21:28:34 +00:00
parent 8dac2acd6a
commit 1cae5a0a03
6 changed files with 10137 additions and 10092 deletions

View File

@ -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