Skip to content

Commit 8ab6a58

Browse files
authored
Merge pull request #2165 from h-east/update-version9
Update version9.{txt,jax}
2 parents ef72ea9 + 8f3158f commit 8ab6a58

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

doc/version9.jax

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41560,6 +41560,12 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4156041560
値を使用して構成可能で、"inline:simple" がデフォルトの "diffopt" 値に追加され
4156141561
る (ただし、これは差分モードの動作を変更しない)。
4156241562

41563+
'diffanchors' オプションは、バッファ内のアドレスをコンマ区切りで指定する。これ
41564+
らのアドレスは、バッファセクションを分割し、個別に差分をとるためのアンカーポイ
41565+
ントとして機能し、差分のアライメントを改善する。このオプションは、'diffopt' に
41566+
"anchor" が含まれており、かつ、指定されたアドレスがすべてのバッファで解決され
41567+
る場合にのみ使用される。そうでない場合、アンカーは無視される。
41568+
4156341569
補完~
4156441570
----
4156541571
- 新しい挿入モード補完: |i_CTRL-X_CTRL-R| でレジスタから単語を補完する。
@@ -41706,6 +41712,8 @@ Ex コマンド: ~
4170641712
- configure スクリプトは、GUI ツールキットを自動検出するときに、GTK2 よりも
4170741713
GTK3 の使用を優先する。
4170841714
- |gv| はオペレータ待機モードで動作し、中断しない。
41715+
- GUI 以外の 'tabline' に表示される閉じるボタンは、'mouse' オプションに "a" ま
41716+
たはフラグ "n"、"v"、"i" のいずれかが含まれている場合にのみ表示される。
4170941717

4171041718
*added-9.2*
4171141719
追加要素 ~
@@ -41783,6 +41791,7 @@ Ex コマンド: ~
4178341791
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
4178441792
集を有効にする
4178541793
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
41794+
'diffanchors' 差分の同期を強制する {address} のリスト
4178641795
'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
4178741796
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
4178841797
'isexpand' 補完のトリガーを定義する

en/version9.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 15
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41570,6 +41570,12 @@ the "inline" sub option value for the 'diffopt' setting, with "inline:simple"
4157041570
being added to the default "diffopt" value (but this does not change how diff
4157141571
mode works).
4157241572

41573+
The 'diffanchors' option specifies a comma-separated list of addresses in
41574+
a buffer that act as anchor points for splitting and independently diffing
41575+
buffer sections, improving diff alignment. It is only used when 'diffopt'
41576+
includes "anchor" and all specified addresses must resolve in every buffer, or
41577+
else the anchors are ignored.
41578+
4157341579
Completion~
4157441580
----------
4157541581
- New Insert-mode completion: |i_CTRL-X_CTRL-R| to complete words from
@@ -41720,6 +41726,8 @@ Others: ~
4172041726
- the configure script will favor using GTK3 over GTK2 when auto-detecting the
4172141727
gui toolkit
4172241728
- |gv| works in operator pending mode and does not abort
41729+
- The close button shown in the non-GUI 'tabline' will only be visible if the
41730+
'mouse' option contains either "a" or any of the flags "n", "v", or "i".
4172341731

4172441732
*added-9.2*
4172541733
Added ~
@@ -41799,6 +41807,7 @@ Options: ~
4179941807
|ins-completion| modes
4180041808
'completeitemalign' Order of |complete-items| in Insert mode completion
4180141809
popup
41810+
'diffanchors' list of {address} to force syncing of diffs
4180241811
'eventignorewin' autocommand events that are ignored in a window
4180341812
'findfunc' Vim function to obtain the results for a |:find|
4180441813
command

0 commit comments

Comments
 (0)