about summary refs log tree commit diff
path: root/Completion/Core/_requested
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-25 11:00:06 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-25 11:00:06 +0000
commit2f90974c38247cfcbcea034aaa861a3ed700bdc5 (patch)
tree2c196d70212d38399b13c79dd727e3777473c55f /Completion/Core/_requested
parent6623bb41b98142c24607790dc8311435d1c33257 (diff)
downloadzsh-2f90974c38247cfcbcea034aaa861a3ed700bdc5.tar.gz
zsh-2f90974c38247cfcbcea034aaa861a3ed700bdc5.tar.xz
zsh-2f90974c38247cfcbcea034aaa861a3ed700bdc5.zip
small fix for _requested to be able to use _all_labels from within it (10910)
Diffstat (limited to 'Completion/Core/_requested')
-rw-r--r--Completion/Core/_requested2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_requested b/Completion/Core/_requested
index 90fdec279..01dee8f11 100644
--- a/Completion/Core/_requested
+++ b/Completion/Core/_requested
@@ -9,7 +9,7 @@ fi
 
 if comptags -R "$1"; then
   if [[ $# -gt 3 ]]; then
-    _all_labels "$gopt" "$@"
+    _all_labels - "$gopt" "$@"
   elif [[ $# -gt 1 ]]; then
     _description "$gopt" "$@"
   fi