On Sun, Feb 21, 2016 at 05:15:34PM +0100, Martin Natano wrote:
> While testing your suggestion with the example I run into a bug with
> ed-style diff handling in patch(1), resulting in incorrect output
> (fix in the works). Applying the generated diff with ed(1) works fine,
> though.

Yeah, patch has its own ed handling now. And its substitution only
supports s/.// the way it was before (cheating in handling "a"): 

> -             diff_output("%ds/.//\n", a);

With this change, the handling of "cline->subst" in ed.c must be adjusted,
which won't be difficult.

Sounds like Martin is already on his way, so I'm lurking to review his
upcoming diff. ;)


Tobias

Reply via email to