diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-26 11:07:42 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-26 11:07:42 +0000 |
commit | f77d7a9123b6169803d3379905c015cf0cb8cb49 (patch) | |
tree | e91558e3e8615f66228f110ea610024d16da65d2 /Completion/Cvs/_cvs_release | |
parent | 9b20f822d01a0c33e6321deb42d6d59e818d6c5a (diff) | |
download | zsh-f77d7a9123b6169803d3379905c015cf0cb8cb49.tar.gz zsh-f77d7a9123b6169803d3379905c015cf0cb8cb49.tar.xz zsh-f77d7a9123b6169803d3379905c015cf0cb8cb49.zip |
zsh-workers/7495
Diffstat (limited to 'Completion/Cvs/_cvs_release')
-rw-r--r-- | Completion/Cvs/_cvs_release | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/Cvs/_cvs_release b/Completion/Cvs/_cvs_release new file mode 100644 index 000000000..2260a2bc3 --- /dev/null +++ b/Completion/Cvs/_cvs_release @@ -0,0 +1,6 @@ +#autoload + +# "+Qdq" +_arguments -s \ + -{Q,d,q} \ + '*:directory:_files -/' |