zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: support multiple --header in _wget completion
@ 2012-06-10  3:05 Jeremy Mates
  2012-06-10  3:25 ` Mikael Magnusson
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Mates @ 2012-06-10  3:05 UTC (permalink / raw)
  To: zsh-workers

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' \


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: support multiple --header in _wget completion
  2012-06-10  3:05 PATCH: support multiple --header in _wget completion Jeremy Mates
@ 2012-06-10  3:25 ` Mikael Magnusson
  0 siblings, 0 replies; 2+ messages in thread
From: Mikael Magnusson @ 2012-06-10  3:25 UTC (permalink / raw)
  To: Jeremy Mates; +Cc: zsh-workers

On 10 June 2012 05:05, Jeremy Mates <jeremy.mates@gmail.com> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-10  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-10  3:05 PATCH: support multiple --header in _wget completion Jeremy Mates
2012-06-10  3:25 ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).