From c0e5b212f32b3349e963ab2c49a2576bad9e7a08 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 6 Sep 2021 12:20:27 -0700 Subject: 48832: try _gnu_generic first --- Completion/Unix/Command/_curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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 "$@" -- cgit 1.4.1