Skip to content
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
8 changes: 7 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 12
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41725,6 +41725,11 @@ Ex コマンド: ~
- GUI 以外の 'tabline' に表示される閉じるボタンは、'mouse' オプションに "a" ま
たはフラグ "n"、"v"、"i" のいずれかが含まれている場合にのみ表示される。
- |C-indenting| は複合リテラルを処理する。
- ダイグラフ "</" (LEFT-POINTING ANGLE BRACKET) と ">/" (RIGHT-POINTING ANGLE
BRACKET) は、Unicode 16 のその他の技術コード表に合わせて、LEFT ANGLE BRACKET
と RIGHT ANGLE BRACKET を表すように変更された。
- ダイグラフが 2 つ追加された:LEFT ANGLE BRACKET "<[" と RIGHT ANGLE BRACKET
"]>"。

*added-9.2*
追加要素 ~
Expand Down Expand Up @@ -41800,6 +41805,7 @@ Ex コマンド: ~
オプション: ~

'autocompletion' 自動補完を有効にする |ins-autocompletion|
'autocompletedelay' 入力後にメニューが表示されるまでの遅延 (msec)
'chistory' quickfix スタックのサイズ |quickfix-stack|
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
集を有効にする
Expand Down
9 changes: 8 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 12
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41739,6 +41739,12 @@ Others: ~
- The close button shown in the non-GUI 'tabline' will only be visible if the
'mouse' option contains either "a" or any of the flags "n", "v", or "i".
- |C-indenting| handles compound literals.
- The digraphs "</" (LEFT-POINTING ANGLE BRACKET) and ">/" (RIGHT-POINTING
ANGLE BRACKET) have been changed to represent LEFT ANGLE BRACKET and RIGHT
ANGLE BRACKET to match the Unicode Miscellaneous Technical code chart from
Unicode 16.
- Two additional digraphs have been added: LEFT ANGLE BRACKET "<[" and RIGHT
ANGLE BRACKET "]>".

*added-9.2*
Added ~
Expand Down Expand Up @@ -41815,6 +41821,7 @@ Ex-Commands: ~
Options: ~

'autocompletion' Enable auto completion |ins-autocompletion|
'autocompletedelay' Delay in msec before menu appears after typing
'chistory' Size of the quickfix stack |quickfix-stack|.
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
|ins-completion| modes
Expand Down