diff --git a/doc/version9.jax b/doc/version9.jax index b4b854d77..5e1f42072 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 18 VIMリファレンスマニュアル by Bram Moolenaar @@ -41721,6 +41721,7 @@ Ex コマンド: ~ - |chdir()| はオプションでスコープ引数を指定できる - |matchfuzzy()| と |matchfuzzypos()| は改良されたファジーマッチングアルゴリズ ム (fzy と同じ) を使用する。 +- |sha256()| は引数として |Blob| も受け入れる。 その他: ~ - 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチす diff --git a/en/version9.txt b/en/version9.txt index 152229643..1433cfb45 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Sep 15 +*version9.txt* For Vim version 9.1. Last change: 2025 Sep 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41735,6 +41735,7 @@ Functions: ~ - |chdir()| allows to optionally specify a scope argument - |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching algorithm (same as fzy). +- |sha256()| also accepts a |Blob| as argument. Others: ~ - the regex engines match correctly case-insensitive multi-byte characters