Skip to content

Multiline C comments in the middle of a line are not handled #182

Description

@xaizek

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); */

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions