diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-09 09:52:27 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-09 09:52:27 +0000 |
commit | 8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b (patch) | |
tree | 76d6b45499ed2b1974fe315f660ef79c5c8116dd /ChangeLog | |
parent | 6626f6dc864341f46001f63761a5ed8510a75f90 (diff) | |
download | zsh-8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b.tar.gz zsh-8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b.tar.xz zsh-8a5fb55595d730a0e1fc3a15ff5f69c58e9bdb5b.zip |
option name clash in _arguments (11273)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d5b3faac4..b600d1eb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-09 Sven Wischnowsky <wischnow@zsh.org> + * 11273: Completion/Base/_argument_sets, + Completion/Base/_arguments: option name clash in _arguments + * 11272: Completion/Base/_arguments: fix for _arguments without options and no more arguments to complete |