Variable: projectile-replace--word
projectile-replace--word is a buffer-local variable defined in
projectile.el.
Documentation
Non-nil when the current search only matches whole words.
Initialized from projectile-search-whole-word at the first search; the
scan regexp is fenced with word boundaries (and ripgrep gets
--word-regexp) while it holds.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--word nil
"Non-nil when the current search only matches whole words.
Initialized from `projectile-search-whole-word' at the first search; the
scan regexp is fenced with word boundaries (and ripgrep gets
`--word-regexp') while it holds.")