Skip to content

Commit 76667a1

Browse files
committed
Fix regression cauased by 55f29f0
Refactoring accidentally changed `evil-operator-state-p` to `evil-operator-state`
1 parent f564ffa commit 76667a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evil-commands.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ of the line or the buffer; just return nil."
7676
(forward-char)
7777
;; don't put the cursor on a newline
7878
(or evil-move-beyond-eol
79-
(evil-visual-state-p) (evil-operator-state)
79+
(evil-visual-state-p) (evil-operator-state-p)
8080
(not (eolp)) (bolp)
8181
(forward-char))))))
8282

0 commit comments

Comments
 (0)