about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-05-07 16:50:59 -0700
committerBart Schaefer <schaefer@zsh.org>2022-05-07 16:50:59 -0700
commit44829c19e85980d19424e4ebec4b10f1f14a0526 (patch)
tree107f9b7c49e541db9ea7aa17fdd2e05fc4f61aca /ChangeLog
parent251772f8d1c4c62b10ae49bc9e94fd7db7ae4b49 (diff)
downloadzsh-44829c19e85980d19424e4ebec4b10f1f14a0526.tar.gz
zsh-44829c19e85980d19424e4ebec4b10f1f14a0526.tar.xz
zsh-44829c19e85980d19424e4ebec4b10f1f14a0526.zip
Marlon Richert: 49954: gradle completion improvements
* Adjust the pattern for matching tasks. The old one was too strict,
  causing it to filter out perfectly valid tasks.
* Add completion of subproject names.
* Prevent subproject tasks from overwriting the main task description.
* Require `:` prefix for showing subprojects.
* Require a subproject prefix before showing subproject tasks.
* Standardize the use of completion tags.
* Rebuild the cache if it can't be read or doesn't contain the required
  arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e93b9b018..6a995baf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-05-07  Bart Schaefer  <schaefer@zsh.org>
 
+	* Marlon Richert: 49954: Completion/Unix/Command/_gradle: improve
+	handling of task names, subprojects, completion tags, and caching
+
 	* unposted: Doc/Zsh/builtins.yo: cross-reference "typeset -f" for
 	"functions -[Tt]"