Skip to content

Commit

Permalink
Replace git grep -P with --extended-regexp in search --tags.
Browse files Browse the repository at this point in the history
refs gh-328
  • Loading branch information
xwmx committed Jul 19, 2024
1 parent 3614e49 commit 31e1376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb
Original file line number Diff line number Diff line change
Expand Up @@ -16983,7 +16983,7 @@ _search() {
if ((_use_git_grep))
then
local _grep_arguments=(
"-P"
"--extended-regexp"
"-I"
"--ignore-case"
"--only-matching"
Expand Down

0 comments on commit 31e1376

Please sign in to comment.