Variable: projectile-replace--literal

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

Documentation

Non-nil when the current results buffer is a literal (not regexp) replace.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--literal nil
  "Non-nil when the current results buffer is a literal (not regexp) replace.")