Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _unexpand
- X-seq: zsh-workers 21414
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: _unexpand
- Date: Sun, 10 Jul 2005 03:38:57 +0000
- In-reply-to: <20050710011814.GB27336@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20050710011814.GB27336@xxxxxxxxxxxxxxxx>
On Jul 9, 6:18pm, Travis Spencer wrote:
} Subject: PATCH: _unexpand
}
} Here is a patch to add completion for the UNIX and Linux version of
} unexpand.
As the completion functions are preferentially installed all into a
single directory (it's an extra configure option to install them in
separate subdirectories), it is necessary to pick one location for
any function -- I suggest Completion/Unix/Command/_unexpand in this
case -- and have the function internally decide which version of the
command it should be completing for.
In other words, combine these into one file with an "if" test of some
sort, and then they could be added to the distribution.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author