branch: elpa/evil-matchit
commit 11d98debf8b051b10068137668eb54c2fede0e30
Merge: 2ea15db747 b00671fb9e
Author: Chen Bin <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #115 from dajva/jump_motion
    
    Mark evilmi-jump-items as a jump motion
---
 evil-matchit.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/evil-matchit.el b/evil-matchit.el
index 8884f3fddd..e40db14a79 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -458,6 +458,7 @@ If IS-FORWARD is t, jump forward; or else jump backward."
 (evil-define-command evilmi-jump-items (&optional num)
   "Jump between items."
   :repeat nil
+  :jump t
   (interactive "P")
   (cond
    ((and evilmi-may-jump-by-percentage num)

Reply via email to