about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJörg Sommer <joerg@jo-so.de>2020-12-15 22:32:46 +0100
committerOliver Kiddle <opk@zsh.org>2021-05-17 00:17:25 +0200
commit93b4ee524df9cee5886785e9a36596af872f95f7 (patch)
treefda334930cc118258bccc367e06ce94a036cb580 /ChangeLog
parent61e4e43ac93b49eeed32ff1a2c9e208b3ba99b80 (diff)
downloadzsh-93b4ee524df9cee5886785e9a36596af872f95f7.tar.gz
zsh-93b4ee524df9cee5886785e9a36596af872f95f7.tar.xz
zsh-93b4ee524df9cee5886785e9a36596af872f95f7.zip
users/26649: add zstyle for rake targets without description
`rake -T` shows only these targets having a description. But it might be
useful to see all. Allow this with the zsytle setting:

zstyle :completion::complete:rake:argument-rest:targets extended true
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d0aad739..6f8520db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-05-16  Oliver Kiddle  <opk@zsh.org>
 
+	* Jörg Sommer: users/26649: Completion/Unix/Command/_rake:
+	add zstyle for rake targets without description
+
 	* 48783: Completion/Unix/Command/_ansible: update ansible
 	completion to 2.10.8