aboutsummaryrefslogtreecommitdiff
path: root/evil-macros.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-macros.el')
-rw-r--r--evil-macros.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-macros.el b/evil-macros.el
index 7331ae2..329f54c 100644
--- a/evil-macros.el
+++ b/evil-macros.el
@@ -538,6 +538,7 @@ Optional keyword arguments are:
evil-inhibit-operator)
(setq evil-inhibit-operator-value nil
evil-this-operator this-command)
+ (setq evil-operator-start-col (current-column))
(prog1 ,interactive
(setq orig (point)
evil-inhibit-operator-value evil-inhibit-operator)