summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2015-11-30 01:47:16 +0100
committerAxel Beckert <abe@deuxchevaux.org>2015-11-30 01:47:16 +0100
commit86bb6a7e771a762ba30334ab6c92e6f75624c9f2 (patch)
tree93bec5ff2b724e94b62c7ed78fed21feb1ce91a7 /Completion/Unix/Command
parente6d23bf39af6312478253559d7109b08ad6e332c (diff)
parentfa40bfac03d0ce20fb92dede94f118a17d4af9d8 (diff)
downloadzsh-86bb6a7e771a762ba30334ab6c92e6f75624c9f2.tar.gz
zsh-86bb6a7e771a762ba30334ab6c92e6f75624c9f2.zip
Merge tag 'zsh-5.1.1-test-3' into debian
Third test version prior to zsh 5.2 release.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_curl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_curl b/Completion/Unix/Command/_curl
new file mode 100644
index 000000000..72e2e5b53
--- /dev/null
+++ b/Completion/Unix/Command/_curl
@@ -0,0 +1,7 @@
+#compdef curl
+
+# As of 7.43.0, curl upstream provides its own _curl definition. This
+# definition is provided as a fallback, and should be installed later
+# in $fpath than the curl-provided definition of _curl.
+
+_urls "$@"