From 44829c19e85980d19424e4ebec4b10f1f14a0526 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 7 May 2022 16:50:59 -0700 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e93b9b018..6a995baf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2022-05-07 Bart Schaefer + * 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]" -- cgit 1.4.1