about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_annotate
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Cvs/_cvs_annotate')
-rw-r--r--Completion/Cvs/_cvs_annotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/Completion/Cvs/_cvs_annotate b/Completion/Cvs/_cvs_annotate
new file mode 100644
index 000000000..694105e93
--- /dev/null
+++ b/Completion/Cvs/_cvs_annotate
@@ -0,0 +1,8 @@
+#autoload
+
+# "+lr:D:fR"
+_arguments -s \
+  -{l,f,R} \
+  '-r+:tag:_cvs_revisions' \
+  '-D+:date:_cvs_D' \
+  '*:file:_cvs_files'