We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3d64a commit bc3f0ceCopy full SHA for bc3f0ce
modules/completion/vertico/autoload/vertico.el
@@ -41,7 +41,7 @@
41
;; Change the split style if the initial query contains the separator.
42
(when query
43
(cl-destructuring-bind (&key type separator initial _function)
44
- (consult--async-split-style)
+ (alist-get consult-async-split-style consult-async-split-styles-alist)
45
(pcase type
46
(`separator
47
(replace-regexp-in-string (regexp-quote (char-to-string separator))
0 commit comments