Skip to content

Commit e7bf222

Browse files
authored
Merge pull request #2591 from h-east/update-options
Update options.{txt,jax}
2 parents 07ede5d + 39b0c25 commit e7bf222

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

doc/options.jax

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 17
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -10688,11 +10688,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
1068810688
*'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'*
1068910689
'wlsteal' 'wst' 切替 (既定ではオフ)
1069010690
グローバル
10691-
{|+wayland_focus_steal| 機能付きでコンパイルされたとき
10692-
のみ有効}
10691+
DEPRECATED: このオプションは現在使用されていない。変更しても効果はない。
10692+
1069310693
有効にすると、Vim はクリップボードにアクセスするために一時的なサーフェ
10694-
スを作成してフォーカスを奪取できるようになる。詳細については
10695-
|wayland-focus-steal| を参照。
10694+
スを作成してフォーカスを奪取できるようになる。
1069610695

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

10707-
さらに、このオプションは、サーフェスがフォーカスを取得するのを待機する
10708-
ときの最大タイムアウトとしても使用される。|wayland-focus-steal| を参
10709-
照。
10710-
1071110706
*'wrap'* *'nowrap'*
1071210707
'wrap' 切替 (既定ではオン)
1071310708
ウィンドウについてローカル

en/options.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Apr 17
1+
*options.txt* For Vim version 9.2. Last change: 2026 Apr 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10669,11 +10669,10 @@ A jump table for the options with a short description can be found at |Q_op|.
1066910669
*'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'*
1067010670
'wlsteal' 'wst' boolean (default off)
1067110671
global
10672-
{only when the |+wayland_focus_steal| feature is
10673-
included}
10672+
DEPRECATED: This option is no longer used; changing it has no effect.
10673+
1067410674
When enabled, then allow Vim to steal focus by creating a temporary
10675-
surface, in order to access the clipboard. For more information see
10676-
|wayland-focus-steal|.
10675+
surface, in order to access the clipboard.
1067710676

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

10689-
Additionally, this option is also used as the maximum timeout when
10690-
waiting for a surface to gain focus, see |wayland-focus-steal|.
10691-
1069210688
*'wrap'* *'nowrap'*
1069310689
'wrap' boolean (default on)
1069410690
local to window

0 commit comments

Comments
 (0)