Variable: projectile-replace--projects
projectile-replace--projects is a buffer-local variable defined in
projectile.el.
Documentation
Project roots the current results buffer was gathered from.
Always a list - a one-element one for an ordinary single-project search.
This, not projectile-replace--root, is what a re-scan re-reads, so
re-searching a group of projects covers the same group again.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--projects nil
"Project roots the current results buffer was gathered from.
Always a list - a one-element one for an ordinary single-project search.
This, not `projectile-replace--root', is what a re-scan re-reads, so
re-searching a group of projects covers the same group again.")