about summary refs log tree commit diff
path: root/Completion/User/_rcs
blob: 5a751605ca8daeec69660d5acddc3c79cc058100 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#defcomp co ci rcs

local nm=$compstate[nmatches]

[[ $words[1] = ci || $words[1] = rcs ]] && _files

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