From 2d36885f104e19b5abc624fb56d975bdf846b19c Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 5 Aug 2011 14:23:25 +0200 Subject: [PATCH] Mvn: doc --- _mvn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_mvn b/_mvn index 3051473..33070e2 100644 --- a/_mvn +++ b/_mvn @@ -42,15 +42,17 @@ # How to tweak # ------------ # -# * By default only a few common utility plugins are displayed. To define your +# * By default a few common utility plugins are displayed, plus the ones for each +# the completion has already been called ("mvn plugin:"). To define your # own list of plugins: # # maven_plugins=(jboss tomcat gwt android) # zstyle ':completion:*:mvn:*' plugins $maven_plugins # -# * By default advanced phases are not displayed. To have them displayed: +# * By default advanced phases are displayed only if you start typing them. To have +# them always displayed: # -# zstyle ':completion:*:mvn:*' show-advanced-phases true +# zstyle ':completion:*:mvn:*' show-advanced-phases true # # * To have a better presentation of completions: #