Variable: eshell-cmpl-use-paring
eshell-cmpl-use-paring is a customizable variable defined in
em-cmpl.el.gz.
Value
t
Documentation
If t, pare alternatives that have already been used.
If nil, you will always see the completion set of possible options, no matter which of those options have already been used in previous command arguments.
Its value is assigned to pcomplete-use-paring locally after eshell starts.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-use-paring t
(eshell-cmpl--custom-variable-docstring 'pcomplete-use-paring)
:type (get 'pcomplete-use-paring 'custom-type))