File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 08
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 12
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41709,6 +41709,8 @@ Ex コマンド: ~
41709
41709
- オプションの {opts} |Dict| 引数を |getchar()| に追加して、カーソルの動作、戻
41710
41710
り値の型、返されるキーを簡略化するかどうかを制御する
41711
41711
- |chdir()| はオプションでスコープ引数を指定できる
41712
+ - |matchfuzzy()| と |matchfuzzypos()| は改良されたファジーマッチングアルゴリズ
41713
+ ム (fzy と同じ) を使用する。
41712
41714
41713
41715
その他: ~
41714
41716
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチす
@@ -41722,6 +41724,7 @@ Ex コマンド: ~
41722
41724
- |gv| はオペレータ待機モードで動作し、中断しない。
41723
41725
- GUI 以外の 'tabline' に表示される閉じるボタンは、'mouse' オプションに "a" ま
41724
41726
たはフラグ "n"、"v"、"i" のいずれかが含まれている場合にのみ表示される。
41727
+ - |C-indenting| は複合リテラルを処理する。
41725
41728
41726
41729
*added-9.2*
41727
41730
追加要素 ~
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2025 Aug 08
1
+ *version9.txt* For Vim version 9.1. Last change: 2025 Aug 12
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41723,6 +41723,8 @@ Functions: ~
41723
41723
- Add the optional {opts} |Dict| argument to |getchar()| to control: cursor
41724
41724
behaviour, return type and whether or not to simplify the returned key
41725
41725
- |chdir()| allows to optionally specify a scope argument
41726
+ - |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching
41727
+ algorithm (same as fzy).
41726
41728
41727
41729
Others: ~
41728
41730
- the regex engines match correctly case-insensitive multi-byte characters
@@ -41736,6 +41738,7 @@ Others: ~
41736
41738
- |gv| works in operator pending mode and does not abort
41737
41739
- The close button shown in the non-GUI 'tabline' will only be visible if the
41738
41740
'mouse' option contains either "a" or any of the flags "n", "v", or "i".
41741
+ - |C-indenting| handles compound literals.
41739
41742
41740
41743
*added-9.2*
41741
41744
Added ~
You can’t perform that action at this time.
0 commit comments