From 6d7e55b2ba944dfc005f05ae88198b1399421574 Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 16 Jul 2025 06:45:02 +0900 Subject: [PATCH] Update fold.{txt,jax} --- doc/fold.jax | 4 ++-- en/fold.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.