about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-09-06 12:20:27 -0700
committerBart Schaefer <schaefer@ipost.com>2021-09-06 12:20:27 -0700
commitc0e5b212f32b3349e963ab2c49a2576bad9e7a08 (patch)
treea7e1c8ac574de06bd57a2394d8e64eb207887b31 /Completion
parentc843af635a470f209e4aca70b26fcd74ed31071b (diff)
downloadzsh-c0e5b212f32b3349e963ab2c49a2576bad9e7a08.tar.gz
zsh-c0e5b212f32b3349e963ab2c49a2576bad9e7a08.tar.xz
zsh-c0e5b212f32b3349e963ab2c49a2576bad9e7a08.zip
48832: try _gnu_generic first
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_curl2
1 files changed, 1 insertions, 1 deletions
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 "$@"