about summary refs log tree commit diff
path: root/Completion/User/_wget
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_wget')
-rw-r--r--Completion/User/_wget4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_wget b/Completion/User/_wget
index 3a15d3867..8e73bd45d 100644
--- a/Completion/User/_wget
+++ b/Completion/User/_wget
@@ -1,11 +1,11 @@
 #compdef wget
 
-local context state line
+local curcontext="$curcontext" state line
 typeset -A opt_args
 
 local tmp1 tmp2
 
-_arguments -s \
+_arguments -C -s \
   '(--version)-V[version]' '(-V)--version' \
   '(--help)-h[help]' '(-h)--help' \
   '(--background)-b[background]' '(-b)--background' \