summaryrefslogtreecommitdiffstats
path: root/Completion/User/_cvs
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-21 00:22:24 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-21 00:22:24 +0000
commit955321f47065bffbae748621085eaaba2a42b1ec (patch)
tree650893eabee3e2e4ddf1a15acb51732d646605ec /Completion/User/_cvs
parentzsh-workers/8695 (diff)
downloadzsh-955321f47065bffbae748621085eaaba2a42b1ec.tar
zsh-955321f47065bffbae748621085eaaba2a42b1ec.tar.gz
zsh-955321f47065bffbae748621085eaaba2a42b1ec.tar.bz2
zsh-955321f47065bffbae748621085eaaba2a42b1ec.tar.lz
zsh-955321f47065bffbae748621085eaaba2a42b1ec.tar.xz
zsh-955321f47065bffbae748621085eaaba2a42b1ec.tar.zst
zsh-955321f47065bffbae748621085eaaba2a42b1ec.zip
zsh-workers/8696
Diffstat (limited to 'Completion/User/_cvs')
-rw-r--r--Completion/User/_cvs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/User/_cvs b/Completion/User/_cvs
index dfe15069e..484d5c88c 100644
--- a/Completion/User/_cvs
+++ b/Completion/User/_cvs
@@ -365,14 +365,14 @@ _cvs_watch () {
_arguments -s \
-{l,R} \
':watch command:' \
- ':*:file:_cvs_files'
+ '*:file:_cvs_files'
;;
add|remove) # "+lRa:"
_arguments -s \
-{l,R} \
'*-a+:action:(edit unedit commit all none)' \
':watch command:' \
- ':*:file:_cvs_files'
+ '*:file:_cvs_files'
;;
esac
fi
@@ -383,7 +383,7 @@ _cvs_watchers () {
# "+lR"
_arguments -s \
-{l,R} \
- ':*:file:_cvs_files'
+ '*:file:_cvs_files'
}
(( $+functions[_cvs_root] )) ||