VimFold4C
VimFold4C copied to clipboard
Support comment, blank, function
The merge_comments feature is very nice, but is defeated when comments are separated from functions by a blank line.
/* This function does important stuff! */
void
do_the_stuff (void)
{
....
}
This is standard GNU style.
Indeed. I think I see where it happens. I'm afraid it'll be quite tricky to implement correctly given the current code base. I'll need to work on #10 before in order to avoid any regression. I can't give you any date.