From 06a24d37474b20ccd4ab2b8a255250ca99baa41b Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 20 Nov 2015 03:18:46 +0000 Subject: 37163: Remove curl completion --- Completion/Unix/Command/_curl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Completion/Unix/Command/_curl (limited to 'Completion/Unix/Command/_curl') 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 "$@" -- cgit 1.4.1