Function: vertico-flat--format
vertico-flat--format is a byte-compiled function defined in
vertico-flat.el.
Signature
(vertico-flat--format PROP)
Documentation
Lookup PROP in buffer-local or global vertico-flat-format.
Source Code
;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico-flat.el
(defun vertico-flat--format (prop)
"Lookup PROP in buffer-local or global `vertico-flat-format'."
(or (plist-get vertico-flat-format prop)
(plist-get (default-value 'vertico-flat-format) prop)))