Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 17
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -10688,11 +10688,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
*'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'*
'wlsteal' 'wst' 切替 (既定ではオフ)
グローバル
{|+wayland_focus_steal| 機能付きでコンパイルされたとき
のみ有効}
DEPRECATED: このオプションは現在使用されていない。変更しても効果はない。

有効にすると、Vim はクリップボードにアクセスするために一時的なサーフェ
スを作成してフォーカスを奪取できるようになる。詳細については
|wayland-focus-steal| を参照。
スを作成してフォーカスを奪取できるようになる。

*'wltimeoutlen'* *'wtm'*
'wltimeoutlen' 'wtm' 数値 (既定では 500)
Expand All @@ -10704,10 +10703,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
上することがある。一方で、コンポジタの応答に通常よりも時間がかかる場
合、エラーが発生することもある。

さらに、このオプションは、サーフェスがフォーカスを取得するのを待機する
ときの最大タイムアウトとしても使用される。|wayland-focus-steal| を参
照。

*'wrap'* *'nowrap'*
'wrap' 切替 (既定ではオン)
ウィンドウについてローカル
Expand Down
12 changes: 4 additions & 8 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.2. Last change: 2026 Apr 17
*options.txt* For Vim version 9.2. Last change: 2026 Apr 20


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -10669,11 +10669,10 @@ A jump table for the options with a short description can be found at |Q_op|.
*'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'*
'wlsteal' 'wst' boolean (default off)
global
{only when the |+wayland_focus_steal| feature is
included}
DEPRECATED: This option is no longer used; changing it has no effect.

When enabled, then allow Vim to steal focus by creating a temporary
surface, in order to access the clipboard. For more information see
|wayland-focus-steal|.
surface, in order to access the clipboard.

*'wltimeoutlen'* *'wtm'*
'wltimeoutlen' 'wtm' number (default 500)
Expand All @@ -10686,9 +10685,6 @@ A jump table for the options with a short description can be found at |Q_op|.
some cases. On the other hand, it may also mean you receive errors
when the compositor takes more time to respond than usual.

Additionally, this option is also used as the maximum timeout when
waiting for a surface to gain focus, see |wayland-focus-steal|.

*'wrap'* *'nowrap'*
'wrap' boolean (default on)
local to window
Expand Down