Try commenting out this line of C code (assuming set commentstring=/*\ %s\ */):
dot_filter_set(curr_view, /*visible=*/0);
The expected result is:
/* dot_filter_set(curr_view, /1*visible=*1/0); */
But 64a654e produces:
/* dot_filter_set(curr_view, /*visible=*/0); */
Try commenting out this line of C code (assuming
set commentstring=/*\ %s\ */):The expected result is:
/* dot_filter_set(curr_view, /1*visible=*1/0); */But 64a654e produces: