swekaj / php-foldexpr.vim

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

Disable autofolding of class? #14

Closed ReneFroger closed 10 years ago

ReneFroger commented 10 years ago

I would like to have extra variable, namely to disable auto-folding of class. In that way the functions inside the class will be folded automatically when I open the file, but the class-tag will not be folded.

Is that possible?

Edit: nevermind, I was wrong.