emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-matchit b00671fb9e 186/244: Mark evilmi-jump-items as


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit b00671fb9e 186/244: Mark evilmi-jump-items as a jump motion
Date: Thu, 6 Jan 2022 02:59:00 -0500 (EST)

branch: elpa/evil-matchit
commit b00671fb9e778592c1b47ebdf0911fe2d51c1852
Author: David Landell <david@landells.com>
Commit: David Landell <david@landells.com>

    Mark evilmi-jump-items as a jump motion
    
    vim consider matchit movments as jump motions so let's follow that
    convention.
---
 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

[Prev in Thread] Current Thread [Next in Thread]