about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarlon Richert <marlon.richert@gmail.com>2023-05-18 23:53:28 +0300
committerOliver Kiddle <opk@zsh.org>2023-05-21 03:28:43 +0200
commitb41dd30c90a90dd28c551af7e7f76ae29b6220d0 (patch)
tree9779f82625d061a5890cdf4eb5b0c6674d0cf650 /ChangeLog
parentcaa1c38c6f0000b6ed6a6a50e8dca037ad82308a (diff)
downloadzsh-b41dd30c90a90dd28c551af7e7f76ae29b6220d0.tar.gz
zsh-b41dd30c90a90dd28c551af7e7f76ae29b6220d0.tar.xz
zsh-b41dd30c90a90dd28c551af7e7f76ae29b6220d0.zip
51761: Use zstyle verbose for _parameters descriptions
According to the manual, extra-verbose means "more verbose at the cost
of a probable decrease in completion speed". That's not the case here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39db54841..e43613070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-05-21  Oliver Kiddle  <opk@zsh.org>
 
+	* Marlon Richert: 51761: Completion/Zsh/Type/_parameters:
+	Use zstyle verbose for _parameters descriptions
+
 	* Marlon Richert: 51682: Completion/Base/Core/_main_complete,
 	Test/Y01completion.ztst: Fix subscript completion bugs
 	inside ~[...]