comparison runtime/doc/remote.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 1b345fb68ae3
children edb7d53fc7e3
comparison
equal deleted inserted replaced
26776:7560ecdb2a6e 26777:629e7046ef63
141 141
142 142
143 FUNCTIONS 143 FUNCTIONS
144 *E240* *E573* 144 *E240* *E573*
145 There are a number of Vim functions for scripting the command server. See 145 There are a number of Vim functions for scripting the command server. See
146 the description in |eval.txt| or use CTRL-] on the function name to jump to 146 the description in |builtin.txt| or use CTRL-] on the function name to jump to
147 the full explanation. 147 the full explanation.
148 148
149 synopsis explanation ~ 149 synopsis explanation ~
150 remote_startserver( name) run a server 150 remote_startserver( name) run a server
151 remote_expr( server, string, idvar) send expression 151 remote_expr( server, string, idvar) send expression