You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emacs version: GNU Emacs 30.0.90
Operating System: Arch Linux
Evil version: Evil version 1.15.0
Evil installation type: MELPA
Graphical/Terminal: Graphical
Reproduction steps
Start Emacs
Have the following buffer contents (⋆ is the cursor):
aa⋆aa
bbbbb
ccccc
Enter dj in normal mode
Expected behavior
The motion should delete both the current and next lines, leaving only ccccc left.
Actual behavior
The motion deletes downwards as expected, but does so as if it was performed in visual mode (not visual line mode which the motion should be emulating). This leaves me with the following buffer contents:
aabbb
ccccc
Further notes
I assume this is intended behaviour on the part of this library, but I find this borderline unusable. Is there a means to configure or fix this behaviour?
The text was updated successfully, but these errors were encountered:
Issue type
Environment
Emacs version: GNU Emacs 30.0.90
Operating System: Arch Linux
Evil version: Evil version 1.15.0
Evil installation type: MELPA
Graphical/Terminal: Graphical
Reproduction steps
dj
in normal modeExpected behavior
The motion should delete both the current and next lines, leaving only
ccccc
left.Actual behavior
The motion deletes downwards as expected, but does so as if it was performed in visual mode (not visual line mode which the motion should be emulating). This leaves me with the following buffer contents:
Further notes
I assume this is intended behaviour on the part of this library, but I find this borderline unusable. Is there a means to configure or fix this behaviour?
The text was updated successfully, but these errors were encountered: