Fix consult--orderless-regexp-compiler

This commit is contained in:
David Morgan 2022-05-31 11:14:01 +01:00
parent 22090b6947
commit dfe2e76d96
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ DEFS is a plist associating completion categories to commands."
consult--project-source-project-file-all)))
(consult-buffer)))
(defun consult--orderless-regexp-compiler (input type)
(defun consult--orderless-regexp-compiler (input type &rest _config)
(setq input (orderless-pattern-compiler input))
(cons
(mapcar (lambda (r) (consult--convert-regexp r type)) input)