From 35b2633ad941966f5fca07b625a594a5b68c0fdb Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 15 Nov 1999 12:01:46 +0000 Subject: manual/8639 --- Completion/User/_rcs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Completion/User/_rcs') diff --git a/Completion/User/_rcs b/Completion/User/_rcs index 272e54681..0831b1d0b 100644 --- a/Completion/User/_rcs +++ b/Completion/User/_rcs @@ -8,6 +8,5 @@ if [[ $compstate[nmatches] -eq nm && -d RCS && $words[1] != ci ]]; then local rep expl rep=(RCS/$PREFIX*$SUFFIX,v(:t:s/\,v//)) - _description expl 'RCS file' - (( $#rep )) && compadd "$expl[@]" - $rep + (( $#rep )) && _wanted files expl 'RCS file' && compadd "$expl[@]" - $rep fi -- cgit 1.4.1