Skip to content

Releases: swekaj/php-foldexpr.vim

v1.2

26 Oct 06:19
Compare
Choose a tag to compare

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

17 Sep 18:02
Compare
Choose a tag to compare
  • Fixes bug with ( ) and [ ] folds that ended in an indent greater than the next line.
  • Made foldtext for DocBlocks smarter.

v1.0

30 Jul 15:04
Compare
Choose a tag to compare

Most bugs are fixed, this should be relatively stable from now on.