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
docs: add backlog item for stale delete-only hunk-nav comments
moveToNextHunk and moveToPrevHunk both label their firstVisibleInHunk < 0
guard as skipping delete-only hunks in collapsed mode. A delete-only hunk
keeps its first removed line visible as the placeholder, so that branch looks
unreachable and both comments name the wrong reason.
Surfaced by the review of #329, whose new positionOnFirstChange godoc states
the opposite and correct behavior.
0 commit comments