summaryrefslogtreecommitdiff
path: root/completions/rcs
diff options
context:
space:
mode:
Diffstat (limited to 'completions/rcs')
-rw-r--r--completions/rcs4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/rcs b/completions/rcs
index 67c1c9d8..d63fe170 100644
--- a/completions/rcs
+++ b/completions/rcs
@@ -13,7 +13,7 @@ _rcs()
# deal with relative directory
[[ $file == $dir ]] && dir=.
- COMPREPLY=( $( compgen -f "$dir/RCS/$file" ) )
+ COMPREPLY=( $( compgen -f -- "$dir/RCS/$file" ) )
for (( i=0; i < ${#COMPREPLY[@]}; i++ )); do
file=${COMPREPLY[$i]##*/}
@@ -33,4 +33,4 @@ _rcs()
} &&
complete -F _rcs ci co rlog rcs rcsdiff
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh