| /vim-8.2.3635/runtime/doc/ |
| H A D | remote.txt | 7 Vim client-server communication *client-server* 26 there is no Vim server, execute locally. 40 server and the file is edited locally. 46 is no server. 63 server {name} instead of the default (see 85 Edit "file.txt" in server "FILES" if it exists, become server "FILES" 100 SERVER NAME *client-server-name* 157 remote_foreground( server) bring server to the front 167 The communication between client and server goes through the X server. The 169 server is used, you must be able to open a window on the X server for the [all …]
|
| H A D | mbyte.txt | 764 Xlib unit type and |IM-server| (Input-Method server) type. |IM-server| type 767 - IM-server 768 *IM-server* 771 system, input events are snatched by the |IM-server| first, then |IM-server| 790 *conversion-server* 791 Some system needs additional server: conversion server. Most of Japanese 792 |IM-server|s need it, Kana-Kanji conversion server. For Chinese inputting, 807 xwnmo (|IM-server|) 811 kserver (Hangul-Hanja conversion server) 877 language and |conversion-server| if needed. [all …]
|
| H A D | vim.man | 211 -nb Become an editor server for NetBeans. See the docs for de‐ 288 -X Don't connect to the X server. Shortens startup time in a 317 --remote Connect to a Vim server and make it edit the files given in 318 the rest of the arguments. If no server is found a warning 322 Connect to a Vim server, evaluate {expr} in it and print 326 Connect to a Vim server and send {keys} to it. 329 As --remote, but without the warning when no server is 337 As --remote-wait, but without the warning when no server is 344 Use {name} as the server name. Used for the current Vim, 346 the server to connect to.
|
| H A D | if_ole.txt | 17 An alternative is using the client-server communication |clientserver|. 22 Vim acts as an OLE automation server, accessible from any automation client, 47 Vim does not support acting as a "hidden" OLE server, like some other OLE 125 Before Vim will act as an OLE server, it must be registered in the system 131 If gvim with OLE support is run and notices that no Vim OLE server has been
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_quotestar.vim | 34 return 'Test requires the client-server and job features' 45 " No connection to the X server, give up. 53 " Make sure a previous server has exited 64 " Takes a short while for the server to be active. 67 " Wait for the server to be up and answering requests. One second is not 72 " by the server. 77 " Set the * register on the server. 99 " Running in a terminal and the GUI is available: Tell the server to open 107 " Wait for the server in the GUI to be up and answering requests.
|
| H A D | test_netbeans.py | 124 self.server.shutdown() 187 server = ThreadedTCPServer((HOST, PORT), ThreadedTCPRequestHandler) variable 188 ip, port = server.server_address 192 server_thread = threading.Thread(target=server.serve_forever) 205 server.shutdown()
|
| H A D | test_channel.py | 223 self.server.shutdown() 262 server = server_class((host, port), ThreadedTCPRequestHandler) 263 ip, port = server.server_address[0:2] 267 server_thread = threading.Thread(target=server.serve_forever) 280 server.shutdown()
|
| H A D | test_clientserver.vim | 21 throw 'Skipped: no connection to the X server' 41 " Takes a short while for the server to be active. 62 " Running in a terminal and the GUI is available: Tell the server to open 72 " Wait for the server to be up and answering requests. 131 " Run a separate instance to send a command to the server
|
| H A D | test_netbeans.vim | 13 " Run "testfunc" after starting the server and stop the server afterwards. 19 " message from the netbeans server causes an error. It takes some time for Vim 48 " communication with the netbeans server 51 " Establish the connection with the netbeans server 61 " Trying to connect again to netbeans server should fail 64 " Open the command buffer to communicate with the server 895 " Establish the connection with the netbeans server 904 " Open the command buffer to communicate with the server 940 " communication with the netbeans server 943 " Establish the connection with the netbeans server [all …]
|
| H A D | shared.vim | 13 " This test requires the Python command to run the test server. 16 " We also need the job feature or the pkill command to make sure the server 79 " Run a Python server for "cmd" and call "testfunc". 80 " Always kills the server before returning.
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | demoserver.py | 78 server = ThreadedTCPServer((HOST, PORT), ThreadedTCPRequestHandler) variable 79 ip, port = server.server_address 83 server_thread = threading.Thread(target=server.serve_forever) 102 server.shutdown() 103 server.server_close()
|
| H A D | README.txt | 33 server through the X-Windows interface.
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 22 " Get next server name in "servername"; remove it from "servers". 37 " Check if this server is editing our file. 47 " If v:swapcommand exists and is set, send it to the server. 69 " Vim server that is editing this file right now. 83 " Function used on the server to make the file visible and possibly execute a
|
| /vim-8.2.3635/src/ |
| H A D | clientserver.c | 966 char_u *server; in f_remote_startserver() local 971 server = tv_get_string_chk(&argvars[0]); in f_remote_startserver() 972 if (server == NULL) in f_remote_startserver() 980 serverRegisterName(X_DISPLAY, server); in f_remote_startserver() 982 serverSetName(server); in f_remote_startserver() 995 char_u *server; in f_server2client() local 1007 server = tv_get_string_chk(&argvars[0]); in f_server2client() 1009 if (server == NULL || reply == NULL) in f_server2client() 1017 if (serverSendReply(server, reply) < 0) in f_server2client()
|
| H A D | os_mswin.c | 2176 char server[MAX_PATH]; in enumWindowsGetServer() local 2179 if (getVimServerName(hwnd, server, sizeof(server)) == 0) in enumWindowsGetServer() 2183 if (STRICMP(server, id->name) == 0) in enumWindowsGetServer() 2194 STRCPY(altname_buf_ptr, server); in enumWindowsGetServer() 2206 char server[MAX_PATH]; in enumWindowsGetNames() local 2209 if (getVimServerName(hwnd, server, sizeof(server)) == 0) in enumWindowsGetNames() 2213 ga_concat(ga, (char_u *)server); in enumWindowsGetNames() 2445 HWND server; // server window member 2470 rep->server = server; in save_reply() 2510 if (rep->server == server in serverGetReply() [all …]
|
| H A D | if_xcmdsrv.c | 372 Window *server, // Actual ID of receiving app in serverSendToVim() argument 435 if (server != NULL) in serverSendToVim() 436 *server = w; in serverSendToVim()
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 119 msgid "E941: already started a server" 120 msgstr "E941: Already started a server" 436 msgid "--remote-silent <files> Same, don't complain if there is no server" 437 msgstr "--remote-silent <files> Same, do not complain if there is no server" 441 "--remote-wait-silent <files> Same, don't complain if there is no server" 443 "--remote-wait-silent <files> Same, do not complain if there is no server" 719 msgid "E247: no registered server named \"%s\"" 720 msgstr "E247: No registered server named \"%s\""
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tmux.vim | 102 \ kill-pane kill-server kill-session kill-window killp has has-session killw 105 \ lock-server lock-session lockc last-pane lastp locks ls last last-window 118 \ source-file split-window splitw start start-server suspend-client suspendc
|
| H A D | privoxy.vim | 28 syn match privoxyAction "\%(crunch-incoming-cookies\|crunch-outgoing-cookies\|crunch-server-header\… 29 …\%(downgrade-http-version\|fast-redirects\|filter-client-headers\|filter-server-headers\)\>" conta…
|
| H A D | progress.vim | 175 …rst-form first-object first-proc[edure] first-query first-serv[er] first-server-socket first-socket 201 …uest] last-batch last-child last-form last-object last-proce[dure] last-serv[er] last-server-socket 244 …Operator separator-fgc[olor] separators server server-connection-bo[und] server-connection-bound-r… 245 syn keyword ProgressOperator server-connection-id server-operating-mode server-socket session-end s… 253 syn keyword ProgressOperator sql sqrt ssl-server-name standalone start-document start-element start…
|
| /vim-8.2.3635/src/proto/ |
| H A D | if_xcmdsrv.pro | 4 int serverSendToVim(Display *dpy, char_u *name, char_u *cmd, char_u **result, Window *server, int a…
|
| H A D | os_mswin.pro | 47 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait, int timeout);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | spellfile.vim | 158 " Read "fname" from the server. 167 " for an ftp server use a default login and password to avoid a prompt
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | rrhelper.vim | 12 " a SetupRemoteReplies() function in the command server
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README.txt | 20 This involves downloading the files from the github server, applying a 90 .spl file and upload it to the ftp server (if he can't generate it you will
|