Variable: icomplete-vertical-in-buffer-adjust-list
icomplete-vertical-in-buffer-adjust-list is a customizable variable
defined in icomplete.el.gz.
Value
nil
Documentation
Control whether in-buffer completion should align the cursor position.
If this is t and icomplete-in-buffer is t, and icomplete-vertical-mode(var)/icomplete-vertical-mode(fun)
is activated, the in-buffer vertical completions are shown aligned to the
cursor position when the completion started, not on the first column, as
the default behavior.
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-in-buffer-adjust-list nil
"Control whether in-buffer completion should align the cursor position.
If this is t and `icomplete-in-buffer' is t, and `icomplete-vertical-mode'
is activated, the in-buffer vertical completions are shown aligned to the
cursor position when the completion started, not on the first column, as
the default behavior."
:type 'boolean
:group 'icomplete
:version "31.1")