Skip to content

Multi-line patterns #129

@cbsirb

Description

@cbsirb

dumb-jump will fail for anything else except ag in this case:

int main(
    int argc,
    char **argv
    )
{
    return 0;
}

Apparently rg and git grep doesn't support multi-line patterns, and gnu grep supports them with -E -z -o arguments only.

You should mention that in the README, so others won't spend time debugging this 😄

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