Variable: projectile-replace--filtered
projectile-replace--filtered is a buffer-local variable defined in
projectile.el.
Documentation
Non-nil when the shown match list was pruned by a filter command.
Re-searching (g (projectile-replace--refresh)) gathers from scratch and clears this.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--filtered nil
"Non-nil when the shown match list was pruned by a filter command.
Re-searching (\\<projectile-replace-mode-map>\\[projectile-replace--refresh]) gathers from scratch and clears this.")