Releases: swekaj/php-foldexpr.vim
Releases · swekaj/php-foldexpr.vim
v1.2
Added two options for altering the foldtext display:
b:phpfold_text_right_lines
will right-align the folded-line-count and fold-level dashes.
b:phpfold_text_percent
will display the percentage of the total lines that are folded.
v1.1
- Fixes bug with
( )
and [ ]
folds that ended in an indent greater than the next line.
- Made foldtext for DocBlocks smarter.
v1.0
Most bugs are fixed, this should be relatively stable from now on.