Skip to content
Discussion options

You must be logged in to vote

Prepending query with ' results in the exact match only when matching is done with default_match(). That is usually the case for pickers except grep_live which treats query/prompt directly as pattern to match using CLI tool (rg by default). So typing callback in prompt in this case already matches it non-fuzzy. If prepended with ', it tries to match pattern 'callback, which it can not.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dwoodwardgb
Comment options

Answer selected by dwoodwardgb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.pick
2 participants