Skip to content

Commit 6d7e55b

Browse files
committed
Update fold.{txt,jax}
1 parent 6770b7b commit 6d7e55b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/fold.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fold.txt* For Vim バージョン 9.1. Last change: 2025 Jul 13
1+
*fold.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -641,7 +641,7 @@ zk カーソルより上方の折り畳みへ移動する。閉じられた折
641641
が "bar" へ置き換えられてしまう。
642642
これは|:folddoopen||:folddoclosed|に対してはあてはまらない。
643643

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

647647
(同一セッション中で)以前に編集したバッファに対しては、最後の折り畳み設定が再び

en/fold.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fold.txt* For Vim version 9.1. Last change: 2025 Jul 13
1+
*fold.txt* For Vim version 9.1. Last change: 2025 Jul 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -651,7 +651,7 @@ all lines of the fold.
651651
This does not happen for |:folddoopen| and |:folddoclosed|.
652652

653653
Note that for some Ex commands like |:source| the range is only adjusted when
654-
using a two-address [range].
654+
using a two line specifiers [range].
655655

656656
When editing a buffer that has been edited before, the last used folding
657657
settings are used again. For manual folding the defined folds are restored.

0 commit comments

Comments
 (0)