about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-23 12:20:15 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-23 12:20:15 +0000
commit86f38401aacfcd9b3ef6cb54faf305f7c843e60b (patch)
tree51098b9d9f89cf1be084fb43d9def501e352b05d /ChangeLog
parent70120f22eeaa16143425bfe0071245984f7fbb61 (diff)
downloadzsh-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--ChangeLog5
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