Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/fold.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -641,7 +641,7 @@ zk カーソルより上方の折り畳みへ移動する。閉じられた折
が "bar" へ置き換えられてしまう。
これは|:folddoopen|と|:folddoclosed|に対してはあてはまらない。

Note |:source| のような一部の Ex コマンドでは、範囲は 2 つのアドレスの [range]
Note |:source| のような一部の Ex コマンドでは、範囲は 2 つの行指定子の [range]
を使用する場合にのみ調整されることに注意。

(同一セッション中で)以前に編集したバッファに対しては、最後の折り畳み設定が再び
Expand Down
4 changes: 2 additions & 2 deletions en/fold.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down