Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Re: _man copes with : delimited manpath



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