Skip to content

Commit 2d56968

Browse files
authored
Merge pull request #2324 from h-east/update-version9
Update version9.{txt,jax}
2 parents c11bed3 + 8485700 commit 2d56968

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/version9.jax

Lines changed: 2 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 Sep 15
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41721,6 +41721,7 @@ Ex コマンド: ~
4172141721
- |chdir()| はオプションでスコープ引数を指定できる
4172241722
- |matchfuzzy()| と |matchfuzzypos()| は改良されたファジーマッチングアルゴリズ
4172341723
ム (fzy と同じ) を使用する。
41724+
- |sha256()| は引数として |Blob| も受け入れる。
4172441725

4172541726
その他: ~
4172641727
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチす

en/version9.txt

Lines changed: 2 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 Sep 15
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41735,6 +41735,7 @@ Functions: ~
4173541735
- |chdir()| allows to optionally specify a scope argument
4173641736
- |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching
4173741737
algorithm (same as fzy).
41738+
- |sha256()| also accepts a |Blob| as argument.
4173841739

4173941740
Others: ~
4174041741
- the regex engines match correctly case-insensitive multi-byte characters

0 commit comments

Comments
 (0)