Skip to content

discussion: don't require filter pattern parameter to be quoted #14

@tstack

Description

@tstack

I'm a bit biased, but I think it's a bit more user-friendly to not require the pattern parameter to be quoted. Having to escape regexes is pretty difficult. In the docs, there is this example:

:filter "\d{3} \d+"

However, I don't think it works as advertised. You have to add two backslashes for the \ds to actually work. Otherwise, the actual filter looks like this and doesn't match what is expected:

Image

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