Skip to content

Update options.{txt,jax} #2234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
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
5 changes: 4 additions & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 07


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

*'dex'* *'diffexpr'*
'diffexpr' 'dex' 文字列 (既定では "")
Expand Down
4 changes: 3 additions & 1 deletion en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2025 Aug 06
*options.txt* For Vim version 9.1. Last change: 2025 Aug 07


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

*'dex'* *'diffexpr'*
'diffexpr' 'dex' string (default "")
Expand Down