Better regexp escaping for ivy project search
This commit is contained in:
parent
c1beb39c5b
commit
4f40e67e28
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ order.
|
|||
'grep)
|
||||
(error "No search engine specified (is ag, rg, pt or git installed?)")))
|
||||
(query
|
||||
(or query
|
||||
(or (if query (rxt-quote-pcre query))
|
||||
(when (use-region-p)
|
||||
(let ((beg (or (bound-and-true-p evil-visual-beginning) (region-beginning)))
|
||||
(end (or (bound-and-true-p evil-visual-end) (region-end))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue