comparison runtime/doc/help.txt @ 26777:629e7046ef63 v8.2.3917

patch 8.2.3917: the eval.txt help file is way too big Commit: https://github.com/vim/vim/commit/1cae5a0a034d0545360387407a7a409310f1efe2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 27 21:28:34 2021 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 22:30:02 +0100
parents 3b34837f4538
children edb7d53fc7e3
comparison
equal deleted inserted replaced
26776:7560ecdb2a6e 26777:629e7046ef63
134 |tabpage.txt| commands for using multiple tab pages 134 |tabpage.txt| commands for using multiple tab pages
135 |spell.txt| spell checking 135 |spell.txt| spell checking
136 |diff.txt| working with two to eight versions of the same file 136 |diff.txt| working with two to eight versions of the same file
137 |autocmd.txt| automatically executing commands on an event 137 |autocmd.txt| automatically executing commands on an event
138 |eval.txt| expression evaluation, conditional commands 138 |eval.txt| expression evaluation, conditional commands
139 |builtin.txt| builtin functions
139 |channel.txt| Jobs, Channels, inter-process communication 140 |channel.txt| Jobs, Channels, inter-process communication
140 |fold.txt| hide (fold) ranges of lines 141 |fold.txt| hide (fold) ranges of lines
141 142
142 Special issues ~ 143 Special issues ~
143 |testing.txt| testing Vim and Vim scripts 144 |testing.txt| testing Vim and Vim scripts