|
1 | | -.TH VIM 1 "2024 Aug 12" |
| 1 | +.TH VIM 1 "2025 Jun 27" |
2 | 2 | .SH NAME |
3 | 3 | vim \- Vi IMproved, a programmer's text editor |
4 | 4 | .SH SYNOPSIS |
@@ -404,6 +404,9 @@ Will prompt for a crypt key. |
404 | 404 | Don't connect to the X server. Shortens startup time in a terminal, but the |
405 | 405 | window title and clipboard will not be used. |
406 | 406 | .TP |
| 407 | +\-Y |
| 408 | +Don't connect to the wayland compositor |
| 409 | +.TP |
407 | 410 | \-y |
408 | 411 | Start |
409 | 412 | .B Vim |
@@ -496,7 +499,14 @@ List the names of all Vim servers that can be found. |
496 | 499 | .TP |
497 | 500 | \-\-servername {name} |
498 | 501 | Use {name} as the server name. Used for the current Vim, unless used with a |
499 | | -\-\-remote argument, then it's the name of the server to connect to. |
| 502 | +\-\-remote argument, then it's the name of the server to connect to. If the |
| 503 | +socketserver backend is being used, if the name starts with "/", "./", or "../", |
| 504 | +it is taken as either an absolute, relative or relative path to the socket. |
| 505 | +.TP |
| 506 | +\-\-clientserver {backend} |
| 507 | +Use {backend} as the backend for clientserver functionality, either "socket" or |
| 508 | +"x11" respectively. Only available when compiled with both socketserver and X11 |
| 509 | +features present |
500 | 510 | .TP |
501 | 511 | \-\-socketid {id} |
502 | 512 | GTK GUI only: Use the GtkPlug mechanism to run gVim in another window. |
@@ -559,15 +569,15 @@ initializations (first one found is used). |
559 | 569 | System wide gvim initializations. |
560 | 570 | .TP |
561 | 571 | ~/.gvimrc, ~/.vim/gvimrc, $XDG_CONFIG_HOME/vim/gvimrc |
562 | | -Your personal |
| 572 | +Your personal |
563 | 573 | .B gVim |
564 | 574 | initializations (first one found is used). |
565 | 575 | .TP |
566 | 576 | /usr/local/share/vim/vim??/optwin.vim |
567 | 577 | Script used for the ":options" command, a nice way to view and set options. |
568 | 578 | .TP |
569 | 579 | /usr/local/share/vim/vim??/menu.vim |
570 | | -System wide menu initializations for |
| 580 | +System wide menu initializations for |
571 | 581 | .B gVim. |
572 | 582 | .TP |
573 | 583 | /usr/local/share/vim/vim??/bugreport.vim |
|
0 commit comments