diff --git a/doc/version9.jax b/doc/version9.jax index cfa96ca90..90ea5fed6 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 25 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 08 VIMリファレンスマニュアル by Bram Moolenaar @@ -41708,6 +41708,7 @@ Ex コマンド: ~ - |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース - オプションの {opts} |Dict| 引数を |getchar()| に追加して、カーソルの動作、戻 り値の型、返されるキーを簡略化するかどうかを制御する +- |chdir()| はオプションでスコープ引数を指定できる その他: ~ - 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチす diff --git a/en/version9.txt b/en/version9.txt index a82676c42..1052e7e51 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Jul 25 +*version9.txt* For Vim version 9.1. Last change: 2025 Aug 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41722,6 +41722,7 @@ Functions: ~ not finished - Add the optional {opts} |Dict| argument to |getchar()| to control: cursor behaviour, return type and whether or not to simplify the returned key +- |chdir()| allows to optionally specify a scope argument Others: ~ - the regex engines match correctly case-insensitive multi-byte characters