Variable: evil-repeat-buffer
evil-repeat-buffer is a variable defined in evil-vars.el.
Value
nil
Documentation
The buffer in which the repeat started.
If the buffer is changed, the repeat is cancelled.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-repeat-buffer nil
"The buffer in which the repeat started.
If the buffer is changed, the repeat is cancelled.")