Function: vertico--exhibit

vertico--exhibit is a byte-compiled function defined in vertico.el.

Signature

(vertico--exhibit)

Documentation

Exhibit completion UI.

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico.el
(defun vertico--exhibit ()
  "Exhibit completion UI."
  (vertico--protect
   (lambda ()
     (let ((buffer-undo-list t)) ;; Overlays affect point position and undo list!
       (vertico--update 'interruptible)
       (vertico--prompt-selection)
       (vertico--display-count)
       (vertico--display-candidates (vertico--arrange-candidates))))))