Variable: evil-current-insertion

evil-current-insertion is a buffer-local variable defined in evil-vars.el.

Documentation

Information about the latest insertion in insert state.

This should be a pair (BEG . END) that describes the buffer-region of the newly inserted text.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-current-insertion nil
  "Information about the latest insertion in insert state.
This should be a pair (BEG . END) that describes the
buffer-region of the newly inserted text.")