Function: vertico--hilit

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

Signature

(vertico--hilit CAND)

Documentation

Highlight CAND string with lazy highlighting.

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico.el
(defun vertico--hilit (cand)
  "Highlight CAND string with lazy highlighting."
  ;; bug#77754: Highlight unquoted string.
  (funcall vertico--hilit (substring (or (get-text-property
                                          0 'completion--unquoted cand) cand))))