diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-05-05 16:17:38 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-05-05 16:17:38 +0000 |
commit | ea333ddca6184d03be02be1f826f51b9207817e2 (patch) | |
tree | 37e413b75831e5f213770754fcdbbc05abc80421 /ChangeLog | |
parent | c3f2434dfa7b620e73b13edb03a56c90be4a1f44 (diff) | |
download | zsh-ea333ddca6184d03be02be1f826f51b9207817e2.tar.gz zsh-ea333ddca6184d03be02be1f826f51b9207817e2.tar.xz zsh-ea333ddca6184d03be02be1f826f51b9207817e2.zip |
11213: Completion/User/_cvs: don't complete files which is
already on command line for `cvs add', `cvs remove' and `cvs commit'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e4e5bdbd4..fe62162c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-05 Tanaka Akira <akr@zsh.org> + * 11213: Completion/User/_cvs: don't complete files which is + already on command line for `cvs add', `cvs remove' and `cvs commit'. + * 11204: Completion/User/_look: use more precise explanation and complete an optional second argument. |