Variable: icomplete-vertical-render-prefix-indicator
icomplete-vertical-render-prefix-indicator is a customizable variable
defined in icomplete.el.gz.
Value
nil
Documentation
Control whether an indicator is added as a prefix to each candidate.
If this is t and icomplete-vertical-mode(var)/icomplete-vertical-mode(fun) is activated, an indicator,
controlled by icomplete-vertical-selected-prefix-indicator is shown
as a prefix to the current under selection candidate, while the
remaining of the candidates will receive the indicator controlled
by icomplete-vertical-unselected-prefix-indicator.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defcustom icomplete-vertical-render-prefix-indicator nil
"Control whether an indicator is added as a prefix to each candidate.
If this is t and `icomplete-vertical-mode' is activated, an indicator,
controlled by `icomplete-vertical-selected-prefix-indicator' is shown
as a prefix to the current under selection candidate, while the
remaining of the candidates will receive the indicator controlled
by `icomplete-vertical-unselected-prefix-indicator'."
:type 'boolean
:group 'icomplete
:version "31.1")