Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: _man copes with : delimited manpath
- X-seq: zsh-workers 8141
- From: Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: Re: _man copes with : delimited manpath
- Date: Wed, 6 Oct 1999 18:24:59 +0100
- In-reply-to: <37FB7732.77D9B5EA@xxxxxxxxxxxxx>
- Mail-followup-to: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990927141724.B10336@xxxxxxxxxxxxxxxxxxxxxxx> <37FB7732.77D9B5EA@xxxxxxxxxxxxx>
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
Oliver Kiddle (opk@xxxxxxxxxxxxx) wrote:
> Adam Spiers wrote:
> > On my system, `manpath' generates colon-delimited paths, rather than
> > space-delimited ones. This patch solves that problem. It also fixes
^^^^^^^^^^^^^
> > what I think is a typo, but someone should check this.
^^^^^^^^^^^^^^^^^^^^^^
[snip]
> ! if [[ $words[2] = (<->*|ln) ]]; then
[snip]
> ! if [[ $words[2] = (<->*|l|n) ]]; then
Was I wrong in thinking that this was a typo? Or did you just
accidentally unfix my fix? :-)
Adam
P.S. Am I alone in finding context diffs remarkably awkward to read?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author