about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_history
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Cvs/_cvs_history')
-rw-r--r--Completion/Cvs/_cvs_history18
1 files changed, 18 insertions, 0 deletions
diff --git a/Completion/Cvs/_cvs_history b/Completion/Cvs/_cvs_history
new file mode 100644
index 000000000..41624a873
--- /dev/null
+++ b/Completion/Cvs/_cvs_history
@@ -0,0 +1,18 @@
+#autoload
+
+# "+Tacelow?D:b:f:m:n:p:r:t:u:x:X:z:"
+_arguments -s \
+  -{T,a,c,e,l,o,w,\?} \
+  '-D+:date:_cvs_D' \
+  '-b+:string:' \
+  '-f+:arg:' \
+  '-m+:module:_cvs_modules' \
+  '-n+:arg:' \
+  '*-p+:repository:' \
+  '-r+:rev:' \
+  '-t+:tag:' \
+  '-u+:user name:' \
+  '-x+:type:_cvs_history_x' \
+  '-X+:arg:' \
+  '-z+:arg:' \
+  '*:file:_cvs_files'