Skip to content

fix(picker): add value=true to grep source#2743

Open
dpetka2001 wants to merge 1 commit intofolke:mainfrom
dpetka2001:fix/grep_regex_value
Open

fix(picker): add value=true to grep source#2743
dpetka2001 wants to merge 1 commit intofolke:mainfrom
dpetka2001:fix/grep_regex_value

Conversation

@dpetka2001
Copy link
Contributor

Description

value = true is not set for the regex toggle in grep source.

Related Issue(s)

Screenshots

This is how it looks like currently
BEFORE
2026-02-24_19-29_1
2026-02-24_19-30
Here you see that . matches the parenthesis after pcall but the R toggle is not on. In the second pic R toggle is on but . matches nothing as it is actually translated as a literal . character.

AFTER
2026-02-24_19-28
2026-02-24_19-29
Here you can see correct show of R toggle.

@github-actions github-actions bot added picker size/s Small PR (<10 lines changed) labels Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

picker size/s Small PR (<10 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant