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

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

[nongnu] elpa/evil-args 43c7fea7ee 19/27: Bugfix for evil-jump-out-args.


From: ELPA Syncer
Subject: [nongnu] elpa/evil-args 43c7fea7ee 19/27: Bugfix for evil-jump-out-args.
Date: Wed, 2 Feb 2022 20:58:12 -0500 (EST)

branch: elpa/evil-args
commit 43c7fea7ee6f680358195108cb90b777f9cbf1cd
Author: wcsmith <wconnorsmith@gmail.com>
Commit: wcsmith <wconnorsmith@gmail.com>

    Bugfix for evil-jump-out-args.
---
 evil-args.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-args.el b/evil-args.el
index 84a93aaf0c..3613d05a38 100644
--- a/evil-args.el
+++ b/evil-args.el
@@ -215,7 +215,7 @@
        (save-excursion
          (while (< begin 0)
            (if (not (re-search-backward all-regexp nil t))
-               (setq begin (- (point-at-bol)) 1)
+               (setq begin (- (point-at-bol) 1))
              (while (looking-at-p closers-regexp)
                (evil-jump-item)
                (backward-char))



reply via email to

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