Skip to content

Commit bc3f0ce

Browse files
committed
fix(vertico): void-function consult--async-split-style error
Amend: ffc5c60 Fix: doomemacs#8282 Ref: minad/consult@bdc4a9724c89
1 parent df3d64a commit bc3f0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/completion/vertico/autoload/vertico.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
;; Change the split style if the initial query contains the separator.
4242
(when query
4343
(cl-destructuring-bind (&key type separator initial _function)
44-
(consult--async-split-style)
44+
(alist-get consult-async-split-style consult-async-split-styles-alist)
4545
(pcase type
4646
(`separator
4747
(replace-regexp-in-string (regexp-quote (char-to-string separator))

0 commit comments

Comments
 (0)