Skip to content

Conversation

@sutem
Copy link

@sutem sutem commented May 25, 2018

Fixed folding cameCase of function name and abstract functions

Jess Telford and others added 30 commits March 10, 2011 13:22
Thanks to Dmitri Perunov for informing me of the fixes pending on github!
1. Fix for folding private, public, protected class variables + multi-line param by Jess Telford
2. Fix to make it work well as ftplugin (default now), add option for folding classes (disabled by default) and fix for fatal behavior by pekepeke
Added lookup for static properties
add support for fold use statement
This reverts commit a11630f.
…cblocks

Added support for folding consts into their docblocks
It would incorrectly fold if use a $function variable or word. The following code would be fold incorrectly.

```php
foreach ( $foo as $function) {
}
```

This commit improves the function selector.
@rayburgemeestre
Copy link
Contributor

I have zero control over vim-scripts/phpfolding.vim, it's just an autogenerated fake repository generated from vim.org. It seems I merged this manually at some point. So consider this PR "MERGED" :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.