diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:22:58 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:22:58 +0000 |
commit | 9b5b330799ce35d5f833092f7fe503170e4b3e02 (patch) | |
tree | 1bb7345380cb445c60f442f8f81df3f512eb5e9f /ChangeLog | |
parent | 86f38401aacfcd9b3ef6cb54faf305f7c843e60b (diff) | |
download | zsh-9b5b330799ce35d5f833092f7fe503170e4b3e02.tar.gz zsh-9b5b330799ce35d5f833092f7fe503170e4b3e02.tar.xz zsh-9b5b330799ce35d5f833092f7fe503170e4b3e02.zip |
report option arguments to _arguments in the original form (17196)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5e17440ef..552ecd846 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-05-23 Sven Wischnowsky <wischnow@zsh.org> + * 17196: Src/Zle/computil.c: report option arguments to + _arguments in the original form + * 17214: Completion/Base/Utility/_arguments: for automatic long options completion, use the string after the equal signs (from the --help-text) as the description to shown when completing |