swekaj / php-foldexpr.vim

Vim folding for PHP with foldexpr
MIT License
41 stars 10 forks source link

Add options related to folding block comments #4

Closed swekaj closed 10 years ago

swekaj commented 10 years ago

Add two options:

  1. Option to disable folding of block comments (/* */)
  2. Option to combine a method or class with the DocBlock before it.