Variable: evil-last-small-deletion

evil-last-small-deletion is a variable defined in evil-vars.el.

Value

nil

Documentation

The last piece of deleted text.

The text should be less than a line.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-last-small-deletion nil
  "The last piece of deleted text.
The text should be less than a line.")