swekaj / php-foldexpr.vim

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

Comment text display bugs #7

Closed swekaj closed 10 years ago

swekaj commented 10 years ago

When there is no period (.) on the first or second lines, the * isn't stripped from the first line.

The second lines should not be included if it starts with a tag (* @something).

swekaj commented 10 years ago

Fixed in 7a1b731