On 21 Oct 2007, at 15:14, pmsquillace wrote:

For some reason whenever I write in php, the foldings do not show up for the

line numbers in the gutter.


Can you give an example of some code which you would expect to fold that doesn’t? E.g. does the following snippet show folding markers:

<?php
if (condition) {
}
?>