From 04a89199d02a3ee6c4b3d89a6c782bdb0a4f1bc8 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:20:19 +0000 Subject: zsh-3.1.5-pws-12 --- Completion/User/_rcs | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/User/_rcs') diff --git a/Completion/User/_rcs b/Completion/User/_rcs index 5a751605c..5e53cb4da 100644 --- a/Completion/User/_rcs +++ b/Completion/User/_rcs @@ -6,6 +6,7 @@ local nm=$compstate[nmatches] if [[ $compstate[nmatches] -eq nm && -d RCS && $words[1] != ci ]]; then local rep + rep=(RCS/$PREFIX*$SUFFIX,v(:t:s/\,v//)) (( $#rep )) && compadd - $rep fi -- cgit 1.4.1