1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 23:41:31 +01:00
zsh/Completion/Cvs/_cvs_commit

10 lines
177 B
Text
Raw Permalink Normal View History

1999-08-26 13:07:42 +02:00
#autoload
# "+nlRm:fF:r:"
_arguments -s \
-{n,l,R,f} \
'-m+:message:_cvs_m' \
'-F+:log message file:_files' \
'-r+:tag:_cvs_revisions' \
'*:file:_cvs_files_modified'