Variable: evil-operator-start-col
evil-operator-start-col is a variable defined in evil-vars.el.
Value
nil
Documentation
Used to restore column (where possible) after an operator has moved it.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-operator-start-col nil
"Used to restore column (where possible) after an operator has moved it.")