mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(vertico): void-function consult--async-split-style error
Amend: ffc5c60721
Fix: #8282
Ref: minad/consult@bdc4a9724c
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user