mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(vertico): +vertico/consult-fd
`consult--regexp-compiler` now has 3 arguments Ref: minad/consult@f0e696dd0d
This commit is contained in:
@ -211,7 +211,7 @@ targets."
|
||||
(pcase-let* ((cmd (split-string-and-unquote +vertico-consult-fd-args))
|
||||
(`(,arg . ,opts) (consult--command-split input))
|
||||
(`(,re . ,hl) (funcall consult--regexp-compiler
|
||||
arg 'extended)))
|
||||
arg 'extended t)))
|
||||
(when re
|
||||
(list :command (append cmd
|
||||
(list (consult--join-regexps re 'extended))
|
||||
|
Reference in New Issue
Block a user