1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 17:24:50 +01:00
zsh/Completion/Cvs/_cvs_history_x
1999-08-31 15:17:26 +00:00

17 lines
338 B
Text

#autoload
compset -P '*'
compadd "$@" -y '(
F\ --\ release
O\ --\ checkout
E\ --\ export
T\ --\ rtag
C\ --\ merge\ collision-detected
G\ --\ merge\ succeed
U\ --\ working\ file\ was\ copied
W\ --\ working\ file\ was\ deleted
A\ --\ A\ file\ was\ added
M\ --\ A\ file\ was\ modified
R\ --\ A\ file\ was\ removed
)' F O E T C G U W A M R