branch: elpa/evil-matchit
commit d701acb054eefd5723bda5ad67d45087a9e651b0
Merge: 7d65b4167b 4f3928db11
Author: Chen Bin <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #96 from JJPandari/master
    
    let evil-repeat ignore evilmi jump
---
 evil-matchit.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/evil-matchit.el b/evil-matchit.el
index 84d2338b99..02869d9982 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -438,8 +438,9 @@ If IS-FORWARD is t, jump forward; or else jump backward."
       (back-to-indentation))))
 
 ;;;###autoload
-(defun evilmi-jump-items (&optional num)
+(evil-define-command evilmi-jump-items (&optional num)
   "Jump between items."
+  :repeat nil
   (interactive "P")
   (cond
    ((and evilmi-may-jump-by-percentage num)

Reply via email to