Monday, August 22, 2011

Re: #if 0 syntax folding

Christian Brabandt wrote:
> Hi Ben!
>
> On Mo, 22 Aug 2011, Ben wrote:
>
>
>> I wanted to add, that it is still highlighted correctly (as comment),
>> it is just not folded.
>>
> What is your foldmethod set to?
>

Hello,

The following short C file illustrates this problem:

/* abc.c: */
#include <stdio.h>

#if 0
int main()
{
printf("testing\n");
return 0;
}

No comments: