Open bymoz089 opened 6 years ago
When folding following code:
#if 0 #endif #ifdef foo #endif
it looks like
#if 0 ...#endif #ifdef...#endif
the #if 0folding is inconsistent and provokes user errors (like inserting text between those lines) the newlinecharacter after the 0 should be filtered.
#if 0
newline
0
When folding following code:
it looks like
the
#if 0
folding is inconsistent and provokes user errors (like inserting text between those lines) thenewline
character after the0
should be filtered.