Hallo! This is a rather special-case issue, one that seems to be shared with Helm, but not with fido-vertical-mode.
Can reproduce in emacs -Q as follows, but you can probably also see it just by installing llama on your current setup.
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)
(package-install 'llama)
(package-install 'vertico)
(vertico-mode)
Ok, so you installed llama, now do C-h f (describe-function).
There is a blank line amongst the completions. It arises from llama's (defmacro ## ...). Not sure how to fix that.
Ideally there would be a completion ##, but I understand if that's out of scope for vertico. But I guess you don't want a blank line that's always at the top of the candidates.
A difference with Helm is Helm doesn't necessarily put it at the top of the list.
Hallo! This is a rather special-case issue, one that seems to be shared with Helm, but not with fido-vertical-mode.
Can reproduce in emacs -Q as follows, but you can probably also see it just by installing llama on your current setup.
Ok, so you installed llama, now do C-h f (describe-function).
There is a blank line amongst the completions. It arises from llama's
(defmacro ## ...). Not sure how to fix that.Ideally there would be a completion ##, but I understand if that's out of scope for vertico. But I guess you don't want a blank line that's always at the top of the candidates.
A difference with Helm is Helm doesn't necessarily put it at the top of the list.