Variable: projectile-replace--render-function

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

Documentation

Function that redraws the current results buffer from its state.

The scanning, navigation, filter and toggle machinery is shared between the replace reviewer and the read-only search reviewer
(projectile-search-mode); this buffer-local seam lets those shared
commands redraw with the current mode's renderer. It defaults to the replace renderer and search mode rebinds it to its own.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--render-function #'projectile-replace--render
  "Function that redraws the current results buffer from its state.
The scanning, navigation, filter and toggle machinery is shared
between the replace reviewer and the read-only search reviewer
(`projectile-search-mode'); this buffer-local seam lets those shared
commands redraw with the current mode's renderer.  It defaults to the
replace renderer and search mode rebinds it to its own.")