Variable: projectile--watch-added-files

projectile--watch-added-files is a variable defined in projectile.el.

Value

nil

Documentation

Paths the watch batch in progress has added to the cache.

Bound by projectile--process-watch-events\= so the whole batch can be put to the VCS in one go; nil outside one.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--watch-added-files nil
  "Paths the watch batch in progress has added to the cache.
Bound by `projectile--process-watch-events\\=' so the whole batch can be
put to the VCS in one go; nil outside one.")