We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f564ffa commit 76667a1Copy full SHA for 76667a1
evil-commands.el
@@ -76,7 +76,7 @@ of the line or the buffer; just return nil."
76
(forward-char)
77
;; don't put the cursor on a newline
78
(or evil-move-beyond-eol
79
- (evil-visual-state-p) (evil-operator-state)
+ (evil-visual-state-p) (evil-operator-state-p)
80
(not (eolp)) (bolp)
81
(forward-char))))))
82
0 commit comments