From 7a0415cfd70a02b2280d27556c6c54cef1c86e1a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:18:42 +0000 Subject: zsh-3.1.5-pws-11 --- Completion/Builtins/_command | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Builtins/_command') diff --git a/Completion/Builtins/_command b/Completion/Builtins/_command index b2812de25..47eb0d667 100644 --- a/Completion/Builtins/_command +++ b/Completion/Builtins/_command @@ -1,7 +1,7 @@ #defcomp command -if [[ -position 2 -1 ]]; then - _normal "$@" +if [[ -position 3 -1 ]]; then + _normal else - complist -em + compgen -em fi -- cgit 1.4.1