diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:20:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-23 12:20:15 +0000 |
commit | 86f38401aacfcd9b3ef6cb54faf305f7c843e60b (patch) | |
tree | 51098b9d9f89cf1be084fb43d9def501e352b05d /ChangeLog | |
parent | 70120f22eeaa16143425bfe0071245984f7fbb61 (diff) | |
download | zsh-86f38401aacfcd9b3ef6cb54faf305f7c843e60b.tar.gz zsh-86f38401aacfcd9b3ef6cb54faf305f7c843e60b.tar.xz zsh-86f38401aacfcd9b3ef6cb54faf305f7c843e60b.zip |
for automatic long options completion, use the string after the equal signs (from the --help-text) as the description to shown when completing after the option (17214)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2139dcb3b..5e17440ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2002-05-23 Sven Wischnowsky <wischnow@zsh.org> + * 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 + after the option + * 17213: Completion/Base/Utility/_describe, Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo: rename max-match-length style to max-matches-width |