diff --git a/doc/fold.jax b/doc/fold.jax index 7a334bebb..7d443917a 100644 --- a/doc/fold.jax +++ b/doc/fold.jax @@ -1,4 +1,4 @@ -*fold.txt* For Vim バージョン 9.1. Last change: 2025 Jul 13 +*fold.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15 VIMリファレンスマニュアル by Bram Moolenaar @@ -641,7 +641,7 @@ zk カーソルより上方の折り畳みへ移動する。閉じられた折 が "bar" へ置き換えられてしまう。 これは|:folddoopen|と|:folddoclosed|に対してはあてはまらない。 -Note |:source| のような一部の Ex コマンドでは、範囲は 2 つのアドレスの [range] +Note |:source| のような一部の Ex コマンドでは、範囲は 2 つの行指定子の [range] を使用する場合にのみ調整されることに注意。 (同一セッション中で)以前に編集したバッファに対しては、最後の折り畳み設定が再び diff --git a/en/fold.txt b/en/fold.txt index ebbb2c09e..d138e0d93 100644 --- a/en/fold.txt +++ b/en/fold.txt @@ -1,4 +1,4 @@ -*fold.txt* For Vim version 9.1. Last change: 2025 Jul 13 +*fold.txt* For Vim version 9.1. Last change: 2025 Jul 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -651,7 +651,7 @@ all lines of the fold. This does not happen for |:folddoopen| and |:folddoclosed|. Note that for some Ex commands like |:source| the range is only adjusted when -using a two-address [range]. +using a two line specifiers [range]. When editing a buffer that has been edited before, the last used folding settings are used again. For manual folding the defined folds are restored.