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: #