File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Only reliably usable via `evil-visual-eol-anchored-p'.")
136136
137137(evil-define-motion evil-next-visual-line (count)
138138 "Move the cursor COUNT screen lines down."
139- :type exclusive
139+ :type line
140140 (let ((line-move-visual t))
141141 (when (eq most-positive-fixnum temporary-goal-column)
142142 (setq temporary-goal-column (current-column))) ; Fix #1876
@@ -145,7 +145,7 @@ Only reliably usable via `evil-visual-eol-anchored-p'.")
145145
146146(evil-define-motion evil-previous-visual-line (count)
147147 "Move the cursor COUNT screen lines up."
148- :type exclusive
148+ :type line
149149 (let ((line-move-visual t))
150150 (when (eq most-positive-fixnum temporary-goal-column)
151151 (setq temporary-goal-column (current-column))) ; Fix #1876
You can’t perform that action at this time.
0 commit comments