StanAngeloff / php.vim

An up-to-date Vim syntax for PHP (7.x supported)
477 stars 69 forks source link

Option refactoring #21

Closed swekaj closed 10 years ago

swekaj commented 10 years ago

Went ahead and did what was discussed in issue #8.

There's now a few new options:

All of the options have defaults that produce the current behavior so people who update won't see a change unless they want to.

I noticed a couple of options didn't have descriptions in the docs, so I added some based on what I guessed they did.

I also consolidated the folding option explanations as I felt they were a little confusing being split apart.

StanAngeloff commented 10 years ago

Thanks for your work on this pull request! :+1: