From 1a66372bcc251c9396510483c124e155a9b7317a Mon Sep 17 00:00:00 2001 From: Evgeni Kolev Date: Thu, 22 Feb 2018 15:56:53 +0200 Subject: Treat going to marks jumps --- evil-commands.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evil-commands.el b/evil-commands.el index f2770ae..6800dfc 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)) -- cgit v1.0