mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
17 lines
338 B
Text
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
|