diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-17 10:37:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-17 10:37:37 +0000 |
commit | 0662164f13dc1df9ca2cdf1b5ab78d297eed51d1 (patch) | |
tree | f95a795001e9073b927d89df5ecf19c45313f674 /ChangeLog | |
parent | 85c513894d42293c79b46f09a039162329698656 (diff) | |
download | zsh-0662164f13dc1df9ca2cdf1b5ab78d297eed51d1.tar.gz zsh-0662164f13dc1df9ca2cdf1b5ab78d297eed51d1.tar.xz zsh-0662164f13dc1df9ca2cdf1b5ab78d297eed51d1.zip |
26053: handle --help output like "--[fetch]all"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9fe8c2bca..c2bb184ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-17 Peter Stephenson <pws@csr.com> + + * 26053: Completion/Base/Utility/_arguments: handle + "<cmd> --help" output that includes optional parts of options + in square brackets. + 2008-11-15 Peter Stephenson <p.w.stephenson@ntlworld.com> * 26047: Src/pattern.c, Src/Zle/comp.h, Src/Zle/compmatch.c, |