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:29 +0300
committerOliver Kiddle <opk@zsh.org>2023-05-21 03:14:27 +0200
commit9a5f213573fbda6a6d23e985113eaeb849d4ee6d (patch)
tree19ce253b9dc599be3bdd1baae577b0f6c6ac2f74 /ChangeLog
parent1f64d0912720ba35f92020c3c1e128039cac5df8 (diff)
downloadzsh-9a5f213573fbda6a6d23e985113eaeb849d4ee6d.tar.gz
zsh-9a5f213573fbda6a6d23e985113eaeb849d4ee6d.tar.xz
zsh-9a5f213573fbda6a6d23e985113eaeb849d4ee6d.zip
51759: Show alias values in command completions
Show the value of each alias when descriptions are shown. Enabled by default.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d4c68038..a85706e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-05-21  Oliver Kiddle  <opk@zsh.org>
 
+	* Marlon Richert: 51759: Completion/Zsh/Type/_command_names:
+	Show alias values in command completions
+
 	* Marlon Richert: 51760: Doc/Zsh/compwid.yo: r and R were listed
 	in the wrong order.