From 2865dc2157fa6b78a8ef1171ab28e7fb1169308a Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 27 May 2011 14:48:06 +0000 Subject: 29334: complete with _arguments -- for zsh --- Completion/Unix/Command/_sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_sh b/Completion/Unix/Command/_sh index 9e72a2918..7258e4260 100644 --- a/Completion/Unix/Command/_sh +++ b/Completion/Unix/Command/_sh @@ -5,7 +5,10 @@ if [[ $service == zsh ]]; then if [[ ${words[CURRENT-1]} == -o ]]; then _options # no other possibilities - return + return 0 + fi + if _arguments -S -s -- '*:'; then + return 0 fi fi -- cgit 1.4.1