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

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

[nongnu] elpa/evil 76667a1a46: Fix regression cauased by 55f29f0


From: ELPA Syncer
Subject: [nongnu] elpa/evil 76667a1a46: Fix regression cauased by 55f29f0
Date: Fri, 3 May 2024 15:59:53 -0400 (EDT)

branch: elpa/evil
commit 76667a1a46d896d673f51f7f5782125d06b3a022
Author: Tom Dalziel <tom_dl@hotmail.com>
Commit: Tom Dalziel <tom_dl@hotmail.com>

    Fix regression cauased by 55f29f0
    
    Refactoring accidentally changed `evil-operator-state-p`
    to `evil-operator-state`
---
 evil-commands.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-commands.el b/evil-commands.el
index e0554e60f3..dccd254c44 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -76,7 +76,7 @@ of the line or the buffer; just return nil."
         (forward-char)
         ;; don't put the cursor on a newline
         (or evil-move-beyond-eol
-            (evil-visual-state-p) (evil-operator-state)
+            (evil-visual-state-p) (evil-operator-state-p)
             (not (eolp)) (bolp)
             (forward-char))))))
 



reply via email to

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