Function: projectile-replace--refresh
projectile-replace--refresh is an interactive and byte-compiled
function defined in projectile.el.
Signature
(projectile-replace--refresh)
Documentation
Re-run the search and redraw the results buffer.
This gathers from scratch, so any filtering is undone and matches removed by a filter command reappear.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-replace--refresh ()
"Re-run the search and redraw the results buffer.
This gathers from scratch, so any filtering is undone and matches
removed by a filter command reappear."
(interactive)
(projectile-replace--regather))