diff options
| author | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2021-10-04 21:40:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 21:40:30 +0200 |
| commit | cb39d3dc9f0806366e8a37a61ff967fa329b78a2 (patch) | |
| tree | 38b8e39e8b6fd48cbf75937f07647f5542e6624d /evil-macros.el | |
| parent | 82e5becae21b7768ffbb4728bce83dab8751d610 (diff) | |
Add evil-start-of-line, evil-ensure-column, and use them (#1524)
Diffstat (limited to 'evil-macros.el')
| -rw-r--r-- | evil-macros.el | 1 |
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) |
