From a733ef8a5e7eacf3d8fd3c76507ae10633deee19 Mon Sep 17 00:00:00 2001 From: Levon Saldamli Date: Wed, 15 Apr 2015 11:03:42 +0200 Subject: [PATCH] also complete ./gradlew --- plugins/gradle/gradle.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gradle/gradle.plugin.zsh b/plugins/gradle/gradle.plugin.zsh index 6f634d1ba..13ea50bc0 100644 --- a/plugins/gradle/gradle.plugin.zsh +++ b/plugins/gradle/gradle.plugin.zsh @@ -94,6 +94,7 @@ _gradlew_tasks () { ############################################################################ compdef _gradle_tasks gradle compdef _gradlew_tasks gradlew +compdef _gradlew_tasks ./gradlew ##############################################################################