mupchrch / split-diff

Side-by-side file compare for the Atom text editor.
https://atom.io/packages/split-diff
MIT License
200 stars 26 forks source link

chunks not assigned correctly causing word diff to break #177

Open alex-Symbroson opened 3 years ago

alex-Symbroson commented 3 years ago

Chunks seem to be dependent on blanklines. But if newFile splits a chunk into two the second of the new two chunks will not be counted to the old single one. Also this bug affects all chunks below as well and messes up word diff

This is causing major troubles comparing texts if the chunks arent assigned correctly