Variable: projectile-search-whole-word

projectile-search-whole-word is a customizable variable defined in projectile.el.

Value

nil

Documentation

Whether the reviewable search/replace start in whole-word mode.

Seeds projectile-replace--word for a fresh projectile-search-review or projectile-replace-review; you can still toggle it per search with w in the results buffer, and the projectile-dispatch --word switch binds it for a single invocation.

This variable was added, or its default value changed, in projectile version 3.2.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-search-whole-word nil
  "Whether the reviewable search/replace start in whole-word mode.
Seeds `projectile-replace--word' for a fresh `projectile-search-review'
or `projectile-replace-review'; you can still toggle it per search with
`w' in the results buffer, and the `projectile-dispatch' `--word' switch
binds it for a single invocation."
  :group 'projectile
  :type 'boolean
  :package-version '(projectile . "3.2.0"))