File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- *fold.txt* For Vim バージョン 9.1. Last change: 2025 Jul 09
1+ *fold.txt* For Vim バージョン 9.1. Last change: 2025 Jul 13
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -156,7 +156,7 @@ foldexpr の結果によって、以下のように折り畳みレベルが決
156156これが難しい場合は、次善策として | b:changedtick | でのみ更新されるバッファロー
157157カル変数 (b:foldlevels) にすべての折り畳みレベルをキャッシュすることが考えられ
158158る:
159- >vim
159+ >
160160 vim9script
161161 def MyFoldFunc(): number
162162 if b:lasttick == b:changedtick
Original file line number Diff line number Diff line change 1- *fold.txt* For Vim version 9.1. Last change: 2025 Jul 09
1+ *fold.txt* For Vim version 9.1. Last change: 2025 Jul 13
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -164,7 +164,7 @@ level is found.
164164If this proves difficult, the next best thing could be to cache all fold
165165levels in a buffer-local variable (b:foldlevels) that is only updated on
166166| b:changedtick | :
167- >vim
167+ >
168168 vim9script
169169 def MyFoldFunc(): number
170170 if b:lasttick == b:changedtick
You can’t perform that action at this time.
0 commit comments