mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
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:
parent
8dac2acd6a
commit
1cae5a0a03
@ -16,6 +16,7 @@ include ../../src/auto/config.mk
|
|||||||
DOCS = \
|
DOCS = \
|
||||||
arabic.txt \
|
arabic.txt \
|
||||||
autocmd.txt \
|
autocmd.txt \
|
||||||
|
builtin.txt \
|
||||||
change.txt \
|
change.txt \
|
||||||
channel.txt \
|
channel.txt \
|
||||||
cmdline.txt \
|
cmdline.txt \
|
||||||
@ -161,6 +162,7 @@ DOCS = \
|
|||||||
HTMLS = \
|
HTMLS = \
|
||||||
arabic.html \
|
arabic.html \
|
||||||
autocmd.html \
|
autocmd.html \
|
||||||
|
builtin.html \
|
||||||
change.html \
|
change.html \
|
||||||
channel.html \
|
channel.html \
|
||||||
cmdline.html \
|
cmdline.html \
|
||||||
|
10125
runtime/doc/builtin.txt
Normal file
10125
runtime/doc/builtin.txt
Normal file
File diff suppressed because it is too large
Load Diff
10097
runtime/doc/eval.txt
10097
runtime/doc/eval.txt
File diff suppressed because it is too large
Load Diff
@ -136,6 +136,7 @@ Advanced editing ~
|
|||||||
|diff.txt| working with two to eight versions of the same file
|
|diff.txt| working with two to eight versions of the same file
|
||||||
|autocmd.txt| automatically executing commands on an event
|
|autocmd.txt| automatically executing commands on an event
|
||||||
|eval.txt| expression evaluation, conditional commands
|
|eval.txt| expression evaluation, conditional commands
|
||||||
|
|builtin.txt| builtin functions
|
||||||
|channel.txt| Jobs, Channels, inter-process communication
|
|channel.txt| Jobs, Channels, inter-process communication
|
||||||
|fold.txt| hide (fold) ranges of lines
|
|fold.txt| hide (fold) ranges of lines
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ You can not put options there!
|
|||||||
FUNCTIONS
|
FUNCTIONS
|
||||||
*E240* *E573*
|
*E240* *E573*
|
||||||
There are a number of Vim functions for scripting the command server. See
|
There are a number of Vim functions for scripting the command server. See
|
||||||
the description in |eval.txt| or use CTRL-] on the function name to jump to
|
the description in |builtin.txt| or use CTRL-] on the function name to jump to
|
||||||
the full explanation.
|
the full explanation.
|
||||||
|
|
||||||
synopsis explanation ~
|
synopsis explanation ~
|
||||||
|
@ -749,6 +749,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3917,
|
||||||
/**/
|
/**/
|
||||||
3916,
|
3916,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user