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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -156,7 +156,7 @@ foldexpr の結果によって、以下のように折り畳みレベルが決
156
156
これが難しい場合は、次善策として | b:changedtick | でのみ更新されるバッファロー
157
157
カル変数 (b:foldlevels) にすべての折り畳みレベルをキャッシュすることが考えられ
158
158
る:
159
- >vim
159
+ >
160
160
vim9script
161
161
def MyFoldFunc(): number
162
162
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -164,7 +164,7 @@ level is found.
164
164
If this proves difficult, the next best thing could be to cache all fold
165
165
levels in a buffer-local variable (b:foldlevels) that is only updated on
166
166
| b:changedtick | :
167
- >vim
167
+ >
168
168
vim9script
169
169
def MyFoldFunc(): number
170
170
if b:lasttick == b:changedtick
You can’t perform that action at this time.
0 commit comments