Variable: projectile-replace--truncated

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

Documentation

Non-nil when the match list was capped at projectile-search-max-matches.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--truncated nil
  "Non-nil when the match list was capped at `projectile-search-max-matches'.")