diff --git a/src/gitService.ts b/src/gitService.ts index 670d434..68989e3 100644 --- a/src/gitService.ts +++ b/src/gitService.ts @@ -671,7 +671,7 @@ export class GitService extends Disposable { return [ chunk.previous[line + deleted - 1], - chunk.current[line + deleted] + chunk.current[line + deleted + (chunk.currentStart - chunk.previousStart)] ]; } catch (ex) {