File tree 1 file changed +2
-2
lines changed
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'.")
136
136
137
137
(evil-define-motion evil-next-visual-line (count )
138
138
" Move the cursor COUNT screen lines down."
139
- :type exclusive
139
+ :type screen-line
140
140
(let ((line-move-visual t ))
141
141
(when (eq most-positive-fixnum temporary-goal-column)
142
142
(setq temporary-goal-column (current-column ))) ; Fix #1876
@@ -145,7 +145,7 @@ Only reliably usable via `evil-visual-eol-anchored-p'.")
145
145
146
146
(evil-define-motion evil-previous-visual-line (count )
147
147
" Move the cursor COUNT screen lines up."
148
- :type exclusive
148
+ :type screen-line
149
149
(let ((line-move-visual t ))
150
150
(when (eq most-positive-fixnum temporary-goal-column)
151
151
(setq temporary-goal-column (current-column ))) ; Fix #1876
You can’t perform that action at this time.
0 commit comments