Commit 0577561
committed
fix: Fix fold levels
Currently the fold is pretty much never reset to 0 so if you use fold
levels for determining if there is fold or not you cant tell. Vim
somehow can by default but any custom logic (for example custom
statuscolumn) cant.1 parent c340352 commit 0577561
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | | - | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments