diff options
Diffstat (limited to 'evil-commands.el')
| -rw-r--r-- | evil-commands.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evil-commands.el b/evil-commands.el index 466f36d..49d5e3c 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -732,6 +732,7 @@ Columns are counted from zero." :keep-visual t :repeat nil :type exclusive + :jump t (interactive (list (read-char))) (let ((marker (evil-get-marker char))) (cond @@ -756,6 +757,7 @@ Columns are counted from zero." :keep-visual t :repeat nil :type line + :jump t (interactive (list (read-char))) (evil-goto-mark char noerror) (evil-first-non-blank)) |
