Variable: evil-repeat-ring

evil-repeat-ring is a variable defined in evil-vars.el.

Value

(0 0 . [nil nil nil nil nil nil nil nil nil nil])

Documentation

A ring of repeat-informations to repeat the last command.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
;; TODO: customize size of ring
(defvar evil-repeat-ring (make-ring 10)
  "A ring of repeat-informations to repeat the last command.")