Variable: evil-change-commands

evil-change-commands is a variable defined in evil-vars.el.

Value

(evil-change)

Documentation

Commands that wrap or replace evil-change.

This list exists to apply an inconsistency with vim's change command to commands that wrap or redefine it. See emacs-evil/evil#916.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-change-commands '(evil-change)
  "Commands that wrap or replace `evil-change'.
This list exists to apply an inconsistency with vim's change command
to commands that wrap or redefine it. See emacs-evil/evil#916.")