diff-lcs icon indicating copy to clipboard operation
diff-lcs copied to clipboard

Extract diff display logic from Diff::LCS::Ldiff

Open mvz opened this issue 6 years ago • 2 comments

I'm looking for a way to quickly display a diff of two strings. The logic in Diff::LCS::Ldiff seems to do the right thing, but it comes with extra stuff needed for a command line program. It would be nice if this were split so the hunk merging and output logic can be re-used.

mvz avatar Jan 12 '19 14:01 mvz

Patches for this will be considered; I have no time to implement this.

halostatue avatar Jan 12 '19 21:01 halostatue