VimFold4C icon indicating copy to clipboard operation
VimFold4C copied to clipboard

Support comment, blank, function

Open a-m-s opened this issue 7 years ago • 1 comments

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.

a-m-s avatar Apr 03 '18 14:04 a-m-s

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.

LucHermitte avatar Apr 03 '18 15:04 LucHermitte