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
When magit-blame-mode is active and linum-relative is enabled, relative line number do not reflect the correct amount of lines you'd need to jump to hit that line.
To reproduce:
Open a file currently under git source control
Press SPC g b to enable magit-blame-mode
Try to navigate around the file using both #{j,k} movements as well as press {j,k} multiple times
Observe that the number put in front of #{j,k} does not match the amount of keypresses needed when doing single movements {j,k}
I'm not sure if this is a bug in spacemacs, magit, linum, linum-relative or evil-mode, but I thought I'd put it here to shed some light on the issue.
The text was updated successfully, but these errors were encountered:
When
magit-blame-mode
is active andlinum-relative
is enabled, relative line number do not reflect the correct amount of lines you'd need to jump to hit that line.To reproduce:
SPC g b
to enablemagit-blame-mode
#{j,k}
movements as well as press{j,k}
multiple times#{j,k}
does not match the amount of keypresses needed when doing single movements{j,k}
I'm not sure if this is a bug in
spacemacs
,magit
,linum
,linum-relative
orevil-mode
, but I thought I'd put it here to shed some light on the issue.The text was updated successfully, but these errors were encountered: