From 076f473de09b1c08cdba99feb3555ca7ecb1ce76 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 28 Aug 1999 06:26:32 +0000 Subject: zsh-workers/7526 --- Completion/Cvs/_cvs_history_x | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Completion/Cvs') diff --git a/Completion/Cvs/_cvs_history_x b/Completion/Cvs/_cvs_history_x index ad5ce5e28..a2caf775d 100644 --- a/Completion/Cvs/_cvs_history_x +++ b/Completion/Cvs/_cvs_history_x @@ -2,4 +2,16 @@ compset -P '*' # It should describe meaning. -compadd F O E T C G U W A M R +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 -- cgit 1.4.1