Variable: evil-insert-count

evil-insert-count is a buffer-local variable defined in evil-vars.el.

Documentation

The explicit count passed to a command starting Insert or Replace state.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-insert-count nil
  "The explicit count passed to a command starting Insert or Replace state.")