Function: evil-contract-range

evil-contract-range is a byte-compiled function defined in evil-common.el.

Signature

(evil-contract-range RANGE &optional COPY)

Documentation

Contract RANGE according to its type.

Return a new range if COPY is non-nil.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-common.el
(defun evil-contract-range (range &optional copy)
  "Contract RANGE according to its type.
Return a new range if COPY is non-nil."
  (evil-transform-range :contract range copy))