fix(vertico): +vertico/consult-fd
`consult--regexp-compiler` now has 3 arguments Ref: minad/consult@f0e696dd0d
This commit is contained in:
parent
7373e97ff6
commit
40ca1a799f
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ targets."
|
||||||
(pcase-let* ((cmd (split-string-and-unquote +vertico-consult-fd-args))
|
(pcase-let* ((cmd (split-string-and-unquote +vertico-consult-fd-args))
|
||||||
(`(,arg . ,opts) (consult--command-split input))
|
(`(,arg . ,opts) (consult--command-split input))
|
||||||
(`(,re . ,hl) (funcall consult--regexp-compiler
|
(`(,re . ,hl) (funcall consult--regexp-compiler
|
||||||
arg 'extended)))
|
arg 'extended t)))
|
||||||
(when re
|
(when re
|
||||||
(list :command (append cmd
|
(list :command (append cmd
|
||||||
(list (consult--join-regexps re 'extended))
|
(list (consult--join-regexps re 'extended))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue