Skip to content

Commit 3a8e66b

Browse files
authored
Merge pull request #2539 from h-east/update-options
Update options.{txt,jax}
2 parents 64f8fe4 + cea7102 commit 3a8e66b

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

doc/options.jax

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Mar 12
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Mar 16
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -3236,7 +3236,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
32363236
diff を実行し、違いをハイライトする。
32373237
絵文字や CJK 文字などの英数字以外のマ
32383238
ルチバイト文字は、個別の単語として扱わ
3239-
れる。
3239+
れる。変更箇所間の非単語文字の小さな間
3240+
隔 (5 バイト以下) は、単一のハイライト
3241+
ブロックに統合される。
32403242

32413243
internal 内部 diff ライブラリを使用する。'diffexpr' が
32423244
設定されている場合は無視される。 *E960*
@@ -9174,10 +9176,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
91749176
仕様は以下の場所にある:
91759177
https://github.com/contour-terminal/vt-extensions/blob/master/synchronized-output.md
91769178

9177-
Vim が |+termresponse| 機能付きでコンパイルされている場合、Vim は起動
9178-
時に端末に DEC モード 2026 のサポートを問い合わせることで、このオプショ
9179-
ンを自動的に設定することがある。使用される端末コードは |t_BS| と |t_ES|
9180-
である。
9179+
使用される端末コードは |t_BS| と |t_ES| である。
91819180

91829181
*'termwinkey'* *'twk'*
91839182
'termwinkey' 'twk' 文字列 (既定では "")

en/options.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Mar 12
1+
*options.txt* For Vim version 9.2. Last change: 2026 Mar 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3210,7 +3210,10 @@ A jump table for the options with a short description can be found at |Q_op|.
32103210
difference. Non-alphanumeric
32113211
multi-byte characters such as emoji
32123212
and CJK characters are considered
3213-
individual words.
3213+
individual words. Small gaps of
3214+
non-word characters (5 bytes or less)
3215+
between changes are merged into a
3216+
single highlight block.
32143217

32153218
internal Use the internal diff library. This is
32163219
ignored when 'diffexpr' is set. *E960*
@@ -9144,10 +9147,7 @@ A jump table for the options with a short description can be found at |Q_op|.
91449147
The specification can be found at:
91459148
https://github.com/contour-terminal/vt-extensions/blob/master/synchronized-output.md
91469149

9147-
Vim may set this option automatically at startup time when Vim is
9148-
compiled with the |+termresponse| feature, by querying the terminal
9149-
for DEC mode 2026 support. The terminal codes used are |t_BS| and
9150-
|t_ES|.
9150+
The terminal codes used are |t_BS| and |t_ES|.
91519151

91529152
*'termwinkey'* *'twk'*
91539153
'termwinkey' 'twk' string (default "")

0 commit comments

Comments
 (0)