Skip to content

Commit 2a54872

Browse files
committed
Update starting.{txt,jax}
1 parent 9396379 commit 2a54872

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/starting.jax

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Feb 27
1+
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -547,6 +547,12 @@ VMSでは全てのオプション引数は小文字であるとみなされる
547547
との通信をつなげるには|serverlist()|関数を呼び出す。ただしXSMP
548548
の処理は有効にならない。
549549

550+
*-Y*
551+
-Y Wayland コンポジタへの接続を試みない。これは Unix で
552+
|+wayland| 機能付きでコンパイルされている場合にのみ有効で、そ
553+
れ以外の場合は無視される。Note これによりクリップボードなど
554+
Wayland を使用する機能はすべて使用できなくなることに注意。
555+
550556
*-s*
551557
-s {scriptin} スクリプトファイル{scriptin}が読込まれる。ファイルの中のキャラ
552558
クタは、全てユーザーがタイプしたものとして解釈される。エディタ

en/starting.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.1. Last change: 2025 Feb 27
1+
*starting.txt* For Vim version 9.1. Last change: 2025 Jun 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -559,6 +559,12 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
559559
client-server messages), call the |serverlist()| function.
560560
This does not enable the XSMP handler though.
561561

562+
*-Y*
563+
-Y Do not try connecting to the Wayland compositor. Is only
564+
relevant for Unix when compiled with the |+wayland| feature,
565+
otherwise it's ignored. Note that this will make any feature
566+
that uses Wayland unavailable, such as the clipboard.
567+
562568
*-s*
563569
-s {scriptin} The script file "scriptin" is read. The characters in the
564570
file are interpreted as if you had typed them. The same can

0 commit comments

Comments
 (0)