Skip to content

Commit 552b754

Browse files
authored
Merge pull request #2234 from h-east/update-options
Update options.{txt,jax}
2 parents 333ff16 + 44826ed commit 552b754

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/options.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3039,6 +3039,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
30393039
*E1550*
30403040
{address} の一部が各バッファ内の行に解決されない場合 (例えば、何にも
30413041
マッチしないパターン検索)、どのアンカーも使用されない。
3042+
*E1562*
3043+
差分アンカーは、隠れ状態の差分バッファが存在しない場合にのみ使用でき
3044+
る。
30423045

30433046
*'dex'* *'diffexpr'*
30443047
'diffexpr' 'dex' 文字列 (既定では "")

en/options.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*options.txt* For Vim version 9.1. Last change: 2025 Aug 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3016,6 +3016,8 @@ A jump table for the options with a short description can be found at |Q_op|.
30163016
If some of the {address} do not resolve to a line in each buffer (e.g.
30173017
a pattern search that does not match anything), none of the anchors
30183018
will be used.
3019+
*E1562*
3020+
Diff anchors can only be used when there are no hidden diff buffers.
30193021

30203022
*'dex'* *'diffexpr'*
30213023
'diffexpr' 'dex' string (default "")

0 commit comments

Comments
 (0)