From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14299 invoked by alias); 10 Jun 2012 03:10:57 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30505 Received: (qmail 27343 invoked from network); 10 Jun 2012 03:10:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.160.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=JuW1cF542NtlL1lZCMxgqeOcpUrN+SOeaKxhjgG7TUU=; b=SLeh5VsRLWr8y9HF3elHkXDD69SK/w2gALr0ehAVOsqsl2i8Msw37PFJYnsDVcBgF8 cP2ZtFUiKahHAznWvNi7E2/zB+vS1Co1RsR1qSHsDOy0CR6601EiGpQ0BW5thePu0oxy 1cTcPwMsr/hic3KlilCgVOi4gdPd6oHM189jXNpaerlqQaIpt9uKiwwIPps/aDBu7/Xl 0LgLmyFgW0lddCInDAfzwG5orGbDtxjd31Css2BxfDUWnymTyT9+unyY6AYlhjvnQcz+ MrwOtG3V6titewY9xxfbkYtp12XNkRUQVwQzWRKexXmrXVf8kAz3Ec0voxWS2xbgBQwB DsSQ== From: Jeremy Mates Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: PATCH: support multiple --header in _wget completion Date: Sat, 9 Jun 2012 20:05:17 -0700 Message-Id: <2BF6AA0C-700D-4701-A5E8-E476F7461CD5@gmail.com> To: zsh-workers@zsh.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) 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=3D:string' \ + '*--header=3D:string' \ '--proxy-user=3D:user' \ '--proxy-password=3D:password' \ '--referer=3D:URL:_urls' \