Skip to content

Commit 4c77228

Browse files
committed
Update by original
1 parent edbf055 commit 4c77228

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

doc/options.jax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Jul 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -10109,9 +10109,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
1010910109
Wayland 機能、特にクリップボードに使用する Wayland シートを指定する。
1011010110
シートが存在しない場合、オプションは新しい値に設定され、結果として
1011110111
Wayland クリップボードは使用できなくなる。空の値が渡された場合、Vim は
10112-
$XDG_SEAT が存在する場合はその値を使用しようとし、存在しない場合は最初
10113-
に見つかった利用可能なシートを使用する。このオプションを更新する
10114-
と、|v:clipmethod| も更新される。
10112+
最初に見つかった利用可能なシートを使用しようとする。このオプションを更
10113+
新すると、|v:clipmethod| も更新される。
1011510114

1011610115
*'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'*
1011710116
'wlsteal' 'wst' 切替 (既定ではオフ)

en/options.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Jun 28
1+
*options.txt* For Vim version 9.1. Last change: 2025 Jul 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1812,7 +1812,7 @@ A jump table for the options with a short description can be found at |Q_op|.
18121812
register. When "unnamed" is also included to the
18131813
option, yank operations (but not delete, change or put)
18141814
will additionally copy the text into register '*'. If
1815-
wayland is being used and the compositor does not
1815+
Wayland is being used and the compositor does not
18161816
support the primary-selection-unstable-v1 protocol,
18171817
then the regular selection is used in its place. Only
18181818
available with the |+X11| or |+wayland_clipboard|
@@ -1854,7 +1854,7 @@ A jump table for the options with a short description can be found at |Q_op|.
18541854
exclude:{pattern}
18551855
Defines a pattern that is matched against the name of
18561856
the terminal 'term'. If there is a match, no
1857-
connection will be made to the X server or wayland
1857+
connection will be made to the X server or Wayland
18581858
compositor. This is useful in this situation:
18591859
- Running Vim in a console.
18601860
- $DISPLAY/$WAYLAND_DISPLAY is set to start
@@ -1890,7 +1890,7 @@ A jump table for the options with a short description can be found at |Q_op|.
18901890
x11 X11 selections
18911891

18921892
Note: This option is ignored when either the GUI is running or if Vim
1893-
is run on a system without wayland or X11 support, such as Windows or
1893+
is run on a system without Wayland or X11 support, such as Windows or
18941894
macOS. The GUI or system way of accessing the clipboard is always
18951895
used instead.
18961896

@@ -10086,8 +10086,7 @@ A jump table for the options with a short description can be found at |Q_op|.
1008610086
specifically the clipboard. If the seat does not exist, then the
1008710087
option will still be set to the new value, with the Wayland clipboard
1008810088
being unavailable as a result. If an empty value is passed then Vim
10089-
will attempt to use the value of $XDG_SEAT if it exists, if not then
10090-
it resorts to using the first seat found available. Updating this
10089+
will attempt to use the first seat found available. Updating this
1009110090
option will also update |v:clipmethod|.
1009210091

1009310092
*'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'*

0 commit comments

Comments
 (0)