summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-11-27 11:22:49 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-11-27 11:22:49 -0800
commitc7c51eca164ea2e23c1f10b0e63030e66588f27a (patch)
tree15e78786da9562f49ad284e5dad2e190694a885f /Completion/Unix/Command
parent37243: too many problems with inserting a line into B02, instead add a placeh... (diff)
parentunposted: ZCALCPROMPT created globally in zcalc (diff)
downloadzsh-c7c51eca164ea2e23c1f10b0e63030e66588f27a.tar
zsh-c7c51eca164ea2e23c1f10b0e63030e66588f27a.tar.gz
zsh-c7c51eca164ea2e23c1f10b0e63030e66588f27a.tar.bz2
zsh-c7c51eca164ea2e23c1f10b0e63030e66588f27a.tar.lz
zsh-c7c51eca164ea2e23c1f10b0e63030e66588f27a.tar.xz
zsh-c7c51eca164ea2e23c1f10b0e63030e66588f27a.tar.zst
zsh-c7c51eca164ea2e23c1f10b0e63030e66588f27a.zip
Fix conflicts in ChangeLog
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 "$@"