fix(vertico): void-function consult--async-split-style error

Amend: ffc5c60721
Fix: #8282
Ref: minad/consult@bdc4a9724c
This commit is contained in:
Henrik Lissner
2025-02-25 04:34:15 -05:00
parent df3d64aa07
commit bc3f0ce718

View File

@ -41,7 +41,7 @@
;; Change the split style if the initial query contains the separator.
(when query
(cl-destructuring-bind (&key type separator initial _function)
(consult--async-split-style)
(alist-get consult-async-split-style consult-async-split-styles-alist)
(pcase type
(`separator
(replace-regexp-in-string (regexp-quote (char-to-string separator))