- First make some changes to a file so its diff contains lines longer than the width of the Emacs window.
- From
emacs -Q load magit and enter the status buffer for the repo.
- View the diff and go the end of the line (past the window edge).
C-SPC to select the line.
Notice how it's normal in Emacs 24.5 but in 25.1 the lines above and below the line are highlighted as well, pushing the selected line and the one below it down 1/2 lines respectively.
PS: I noticed how if you have consecutive lines that go past the window edge and you try to use the mouse to click and drag a region, the selection will jump right to the bottom of the lines instead of going line by line as would happen when using the keyboard.
Magit 20160902.1451, Git 2.9.3, Emacs 25.1.1, gnu/linux
emacs -Qload magit and enter the status buffer for the repo.C-SPCto select the line.Notice how it's normal in Emacs 24.5 but in 25.1 the lines above and below the line are highlighted as well, pushing the selected line and the one below it down 1/2 lines respectively.
PS: I noticed how if you have consecutive lines that go past the window edge and you try to use the mouse to click and drag a region, the selection will jump right to the bottom of the lines instead of going line by line as would happen when using the keyboard.
Magit 20160902.1451, Git 2.9.3, Emacs 25.1.1, gnu/linux