Variable: projectile-replace--scanning
projectile-replace--scanning is a buffer-local variable defined in
projectile.el.
Documentation
Non-nil while an asynchronous scan is still filling this results buffer.
While set, matches are streaming in, the header shows a progress note, and applying and exporting refuse (the write-back must never run against a partial match set). Cleared when the scan finishes or is canceled.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--scanning nil
"Non-nil while an asynchronous scan is still filling this results buffer.
While set, matches are streaming in, the header shows a progress note,
and applying and exporting refuse (the write-back must never run against
a partial match set). Cleared when the scan finishes or is canceled.")