Variable: projectile-replace--scan-timer

projectile-replace--scan-timer is a buffer-local variable defined in projectile.el.

Documentation

The in-flight async scan timer for this results buffer, or nil.

Held so a re-scan, a quit, or killing the buffer can cancel a scan that is still running.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--scan-timer nil
  "The in-flight async scan timer for this results buffer, or nil.
Held so a re-scan, a quit, or killing the buffer can cancel a scan that
is still running.")