Correctly regexp-quote symbol on SPC *
This commit is contained in:
parent
500878c882
commit
3f751c1179
1 changed files with 3 additions and 3 deletions
|
@ -265,7 +265,7 @@ If prefix ARG is set, prompt for a known project to search from."
|
||||||
(user-error "There are no known projects"))
|
(user-error "There are no known projects"))
|
||||||
default-directory)))
|
default-directory)))
|
||||||
(cond ((featurep! :completion ivy)
|
(cond ((featurep! :completion ivy)
|
||||||
(+ivy/rg nil symbol))
|
(+ivy/rg nil (rxt-quote-pcre symbol)))
|
||||||
((featurep! :completion helm)
|
((featurep! :completion helm)
|
||||||
(+helm/rg nil symbol))
|
(+helm/rg nil (rxt-quote-pcre symbol)))
|
||||||
((rgrep (regexp-opt symbol))))))
|
((rgrep (regexp-quote symbol))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue