Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: GNU diff completion problem
- X-seq: zsh-workers 10054
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: GNU diff completion problem
- Date: Fri, 10 Mar 2000 11:24:03 +0000
- In-reply-to: <200003100901.KAA02760@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200003100901.KAA02760@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Mar 10, 10:01am, Sven Wischnowsky wrote:
} Subject: RE: GNU diff completion problem
}
} How about this patch? It makes _diff_is_gnu an assoc of $words[1] and
} it makes $words[1] be used as the command if it matches *diff. That
} last part -- or at least the pattern -- may have to be changed: are
} there other commands ending in `diff' that are not real diffs and that
} may be in $words[1] when _diff_options is used?
There's rcsdiff, of course, and also mgdiff and zdiff. All of those are
"diff wrappers" that take the args to pass along to the real "diff".
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author