File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 18
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41721,6 +41721,7 @@ Ex コマンド: ~
41721
41721
- |chdir()| はオプションでスコープ引数を指定できる
41722
41722
- |matchfuzzy()| と |matchfuzzypos()| は改良されたファジーマッチングアルゴリズ
41723
41723
ム (fzy と同じ) を使用する。
41724
+ - |sha256()| は引数として |Blob| も受け入れる。
41724
41725
41725
41726
その他: ~
41726
41727
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチす
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2025 Sep 15
1
+ *version9.txt* For Vim version 9.1. Last change: 2025 Sep 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41735,6 +41735,7 @@ Functions: ~
41735
41735
- |chdir()| allows to optionally specify a scope argument
41736
41736
- |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching
41737
41737
algorithm (same as fzy).
41738
+ - |sha256()| also accepts a |Blob| as argument.
41738
41739
41739
41740
Others: ~
41740
41741
- the regex engines match correctly case-insensitive multi-byte characters
You can’t perform that action at this time.
0 commit comments