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

Re: PATCH: support multiple --header in _wget completion



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