diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-22 09:28:34 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-22 09:28:34 +0000 |
commit | ce90081ea88b97130f6c6758686711bc21c9ab3a (patch) | |
tree | 9c4d6d84612694db7e90c9be9346e28b0b0dd730 /ChangeLog | |
parent | 007cfdff557515bff99cfa71fe894c04b965ab8a (diff) | |
download | zsh-ce90081ea88b97130f6c6758686711bc21c9ab3a.tar.gz zsh-ce90081ea88b97130f6c6758686711bc21c9ab3a.tar.xz zsh-ce90081ea88b97130f6c6758686711bc21c9ab3a.zip |
pat(-) in long-option patterns to say that argument should be completed only after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4485f96f0..815dfb40a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-05-22 Sven Wischnowsky <wischnow@zsh.org> + * 11489: Completion/Base/_arguments, Doc/Zsh/compsys.yo, + Src/Zle/computil.c: pat(-) in long-option patterns to say that + argument should be completed only after the `='; merge _arguments + and _argument_sets; slightly better test when not to complete options + * 11487: Completion/Core/_expand, Src/Zle/complist.c: fix for a-a-m-c in menu selection; scroll explanations onto screen again when cursor comes near them |