comparison runtime/doc/remote.txt @ 21676:1b345fb68ae3

Update runtime files. Commit: https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 19:54:59 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 20:00:05 +0200
parents af69c9335223
children 629e7046ef63
comparison
equal deleted inserted replaced
21675:49ed426f3fb5 21676:1b345fb68ae3
177 When an X11 GUI Vim (gvim) is started, it will try to register a send-server 177 When an X11 GUI Vim (gvim) is started, it will try to register a send-server
178 name on the 'VimRegistry' property on the root window. 178 name on the 'VimRegistry' property on the root window.
179 179
180 A non GUI Vim with access to the X11 display (|xterm-clipboard| enabled), can 180 A non GUI Vim with access to the X11 display (|xterm-clipboard| enabled), can
181 also act as a command server if a server name is explicitly given with the 181 also act as a command server if a server name is explicitly given with the
182 --servername argument, or when Vim was build with the |+autoservername| 182 --servername argument, or when Vim was built with the |+autoservername|
183 feature. 183 feature.
184 184
185 An empty --servername argument will cause the command server to be disabled. 185 An empty --servername argument will cause the command server to be disabled.
186 186
187 To send commands to a Vim server from another application, read the source 187 To send commands to a Vim server from another application, read the source