Skip to content

Commit 1cae5a0

Browse files
committed
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.
1 parent 8dac2ac commit 1cae5a0

File tree

6 files changed

+10137
-10092
lines changed

6 files changed

+10137
-10092
lines changed

runtime/doc/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ include ../../src/auto/config.mk
1616
DOCS = \
1717
arabic.txt \
1818
autocmd.txt \
19+
builtin.txt \
1920
change.txt \
2021
channel.txt \
2122
cmdline.txt \
@@ -161,6 +162,7 @@ DOCS = \
161162
HTMLS = \
162163
arabic.html \
163164
autocmd.html \
165+
builtin.html \
164166
change.html \
165167
channel.html \
166168
cmdline.html \

0 commit comments

Comments
 (0)