about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/User/_rcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_rcs b/Completion/User/_rcs
index 11cb7a59f..7ff3b8326 100644
--- a/Completion/User/_rcs
+++ b/Completion/User/_rcs
@@ -5,7 +5,7 @@ local ret=1
 if [[ -d RCS && $service != ci ]]; then
   local rep expl
 
-  rep=(RCS/*,v(:t:s/\,v//))
+  rep=(RCS/*,v(D:t:s/\,v//))
   (( $#rep )) && _wanted files expl 'RCS file' compadd -a rep && ret=0
 fi