swekaj / php-foldexpr.vim

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

const in class will not be fold in default. #24

Closed haolian9 closed 7 years ago

haolian9 commented 8 years ago

code like this:

class A
{
    Const NAME = 'a';

}
swekaj commented 7 years ago

I'm not seeing what the issue is. The sample code folds just fine for me.

haolian9 commented 7 years ago

Thanks for reply, I will re-checke it latter.