Variable: projectile-replace--case-fold
projectile-replace--case-fold is a buffer-local variable defined in
projectile.el.
Documentation
Non-nil when the current search ignores case.
Initialized from case-fold-search at the first search and bound
around every (re-)gather so it drives which matches are collected.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--case-fold nil
"Non-nil when the current search ignores case.
Initialized from `case-fold-search' at the first search and bound
around every (re-)gather so it drives which matches are collected.")