zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: [PATCH] use _gnu_generic in _curl
Date: Sat, 15 May 2021 22:16:31 -0700	[thread overview]
Message-ID: <CAH+w=7YysG=d=rtQzRsnsW46XTJGX-Q=VEPD3-1djBCc0+Ow=A@mail.gmail.com> (raw)

Found this one in yet another git sandbox.  It was probably suggested
by someone else long ago, but I can't find the relevant post.  Seems
to work OK on MacOS.

diff --git a/Completion/Unix/Command/_curl b/Completion/Unix/Command/_curl
index 72e2e5b53..ecccdd389 100644
--- a/Completion/Unix/Command/_curl
+++ b/Completion/Unix/Command/_curl
@@ -4,4 +4,4 @@
 # definition is provided as a fallback, and should be installed later
 # in $fpath than the curl-provided definition of _curl.

-_urls "$@"
+_gnu_generic || _urls "$@"


                 reply	other threads:[~2021-05-16  5:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7YysG=d=rtQzRsnsW46XTJGX-Q=VEPD3-1djBCc0+Ow=A@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).