We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c597e53 commit 51bac3fCopy full SHA for 51bac3f
extensions/script-libraries/diff/diff.livecodescript
@@ -299,10 +299,6 @@ end add_deletion
299
300
private command add_addition @pHunk, pIndex, pContent
301
add_context_before pHunk, pIndex + 1
302
- if pHunk[kFirstSourceIndex] is empty then
303
- put pIndex into pHunk[kFirstSourceIndex]
304
- end if
305
- put pIndex into pHunk[kLastSourceIndex]
306
put "+" & pContent after pHunk[kContent]
307
add 1 to pHunk[kDelta]
308
0 commit comments