From da47e35a839944f255296faaa891d4e5a480535d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 30 Apr 2003 13:47:05 +0000 Subject: 18486: back-out 18458 because it causes problems when completing only options --- Completion/Base/Utility/_describe | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Completion') diff --git a/Completion/Base/Utility/_describe b/Completion/Base/Utility/_describe index f2f59085f..eafdcc35b 100644 --- a/Completion/Base/Utility/_describe +++ b/Completion/Base/Utility/_describe @@ -20,10 +20,6 @@ elif [[ "$1" = -t* ]]; then shift fi -[[ "$_type" = options && ! -prefix [-+]* ]] && \ - zstyle -T ":completion:${curcontext}:options" prefix-needed && - return 1 - # Do the tests. `showd' is set if the descriptions should be shown. zstyle -T ":completion:${curcontext}:$_type" verbose && _showd=yes -- cgit 1.4.1