From 626e2aeb1657f112feb6d03c34bb9e9f44764c75 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:19:26 +0000 Subject: zsh-workers/10195 --- Completion/User/_rcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_rcs') diff --git a/Completion/User/_rcs b/Completion/User/_rcs index 0831b1d0b..6c4a1d9d6 100644 --- a/Completion/User/_rcs +++ b/Completion/User/_rcs @@ -8,5 +8,5 @@ if [[ $compstate[nmatches] -eq nm && -d RCS && $words[1] != ci ]]; then local rep expl rep=(RCS/$PREFIX*$SUFFIX,v(:t:s/\,v//)) - (( $#rep )) && _wanted files expl 'RCS file' && compadd "$expl[@]" - $rep + (( $#rep )) && _wanted files expl 'RCS file' compadd - $rep fi -- cgit 1.4.1