Function: evil-repeat-start-record-changes

evil-repeat-start-record-changes is a byte-compiled function defined in evil-repeat.el.

Signature

(evil-repeat-start-record-changes)

Documentation

Start the recording of a new set of buffer changes.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-repeat.el
(defun evil-repeat-start-record-changes ()
  "Start the recording of a new set of buffer changes."
  (setq evil-repeat-changes nil)
  (evil-repeat-record-position))