-
I confirm that...
Describe your issueBug 1: Fix typo in Vertico async split style keyDescription Problematic code (in (setf (alist-get 'perlalt consult-async-split-styles-alist)
`(:initial ,...
:seperator ,separator
:function ,function)
consult-async-split-style 'perlalt)Fix - :seperator ,separator
+ :separator ,separatorBug 2: Fix typo in
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
As of these commits, these should be resolved:
Thanks for bringing them to my attention! |
Beta Was this translation helpful? Give feedback.
As of these commits, these should be resolved:
Thanks for bringing them to my attention!