Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: support multiple --header in _wget completion
- X-seq: zsh-workers 30506
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Jeremy Mates <jeremy.mates@xxxxxxxxx>
- Subject: Re: PATCH: support multiple --header in _wget completion
- Date: Sun, 10 Jun 2012 05:25:55 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=BQzhAlCRMa4CHNk6emPjzQKHJ879ZDcAseMn+Qkwdcw=; b=DbX/h7NH50jZ+q4FPUyKmfRlFjNYE2NnPMEnYTQ1j8jOafMTUOspQN1EBC7HTf27sM I2o44KmpoL+0IMRNNsQKl2EdtOB8enjgD2RQKochokeWxLPK09XPEk2ZW51iLRsdxm9K wrK/PhcoBOP8g7kvT9RMERPX64zPIMwsb+uNWI1xhQ7ur2PXqwMiXvHJ4ZYYwt8rRElE KFT1Fh5VMuehGbFlCprJQRQb/ZYHgjZbNKGgms4ZLWu3wwWTspwz+Jn5/atwfK8R46fL 1MwSWBy96/tC+eTHSb1ML294P488TLqHWvwQyp0JJVC0inAR2i6404MoVSHA0n3qHVVF b/TA==
- In-reply-to: <2BF6AA0C-700D-4701-A5E8-E476F7461CD5@gmail.com>
- 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: <2BF6AA0C-700D-4701-A5E8-E476F7461CD5@gmail.com>
On 10 June 2012 05:05, Jeremy Mates <jeremy.mates@xxxxxxxxx> wrote:
> diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget
> index e54a08b..51d640d 100644
> --- a/Completion/Unix/Command/_wget
> +++ b/Completion/Unix/Command/_wget
> @@ -54,7 +54,7 @@ _arguments -C -s \
> '--no-cache[disallow server-cached data]' \
> '(--html-extension -E)'{--html-extension,-E}'[save all HTML documents with a .html extension]' \
> "--ignore-length[ignore \`Content-Length' header field]" \
> - '--header=:string' \
> + '*--header=:string' \
> '--proxy-user=:user' \
> '--proxy-password=:password' \
> '--referer=:URL:_urls' \
Committed to cvs, thanks!
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author