Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: completion docs



In article <200005020811.KAA29433@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
  Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:

> @@ -1705,12 +1710,12 @@
>  
>  For example:
>  
> -example(zstyle ':completion:*:complete:gunzip:*' tag-order \ 
> -    arguments options)
> +example(zstyle ':completion:*:complete:-command-:*' tag-order \ 
> +    'commands functions')
>  
> -specifies that completion after tt(gunzip) should offer completions for
> -both arguments and options immediately, instead of offering first
> -arguments and then option as usual.
> +specifies that completion in command position after tt(gunzip) should
> +offer only completions for external commands and shell functions
> +immediately.
>  
>  In addition to tag names, each string in the value may take one of the
>  following forms:

gunzip?  The example doesn't mention gunzip.

Also note that, I think auto-descrive style mentioned in line 2911 is
obsolete.
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author