summary refs log tree commit diff
path: root/Completion/Unix/Command/_curl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_curl')
-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 "$@"