From f1f33951b2d92ca07673027ada0593e110b0ff8e Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Mon, 19 Sep 2011 14:29:05 +0200 Subject: [PATCH] #5 play: fix copy/psate error... --- _play | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_play b/_play index 5a411f6..d7f9263 100644 --- a/_play +++ b/_play @@ -133,7 +133,7 @@ _play() { # FIXME Completes only core commands, some modules add commands too (eg Maven). Where do we get them ? # FIXME Parse 'play help' and 'play help ' (for aliases) instead of hard-coding. -(( $+functions[_mvn_plugin_goals] )) || +(( $+functions[_play_cmds] )) || _play_cmds() { local commands; commands=( 'antify:Create a build.xml file for this project'