Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _virsh (Was: Re: zsh virsh completion)
- X-seq: zsh-workers 39176
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] _virsh (Was: Re: zsh virsh completion)
- Date: Sun, 4 Sep 2016 21:24:39 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=XiEDKXMwBSrKhablUFzO9HAFY7Q=; b=OhfwDJ o3i0w9vNK29GPTecsaQuRAsZE4gkR5vvdeAllrdBVgup+/v4YECFSch2EOei3zcU DARXJdj/QEiLlCsZFeGpF4KBx62CM2OKRi+8ZfsbCxGnLUk/kYeZ5E/z38S7mW7p m8UKCr7AWuqVpMdh4BB6Y/nPTUi8gudci9WfM=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=XiEDKXMwBSrKhablUFzO9HAFY7Q=; b=SaoNf sqpmfbyGYEmtw/OYfzr2zDBUND4Jrkmdx6BDC7wTFIpkVXVahgyoXPHG3v3MeN9C koKerp8MFE1CC/FIgPDGvkxZIxDBl2/YGRUhBWEtDyOMH0B6Rr0a9DAIUohAqMDv /Fy/4olL1xZiCSoVHub5tSF87ILdXMXzzXnTuM=
- In-reply-to: <66037.1472828529@hydra.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <8eb6dce0-50d7-5ab2-503a-194c1de2e45d@redhat.com> <20160713045957.GA3893@tarsus.local2> <9968da53-c1fd-fa2a-f30c-c74f884d2478@redhat.com> <20160720065832.GA28939@tarsus.local2> <699166a0-b0f0-452c-2561-b7e3cc952062@redhat.com> <25001.1469117569@hydra.kiddle.eu> <20160722071927.GG2521@tarsus.local2> <12554.1472678120@hydra.kiddle.eu> <20160902052342.GA8514@fujitsu.shahaf.local2> <66037.1472828529@hydra.kiddle.eu>
Oliver Kiddle wrote on Fri, Sep 02, 2016 at 17:02:09 +0200:
> I also inserted the otherwise undocumented _comp_caller_options
> into that new section. Any thoughts on what else might go there?
There's a $redirections parameter in comprparams, added in 16751
(10490ec4). It is unused and appears to never have been documented, so
perhaps we should just remove it.
% git log -S '[(]redirections[)]' Doc/Zsh
%
Messages sorted by:
Reverse Date,
Date,
Thread,
Author