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

RE: PATCH: tag aliases



>
> diff -ru ../z.old/Completion/Core/_multi_parts
> Completion/Core/_multi_parts
> --- ../z.old/Completion/Core/_multi_parts	Wed Mar 22 09:13:20 2000
> +++ Completion/Core/_multi_parts	Wed Mar 22 09:14:11 2000
> @@ -14,7 +14,7 @@
>  # Get the options.
>
>  zparseopts -D -a sopts \
> -    'J:=group' 'V:=group' 'X:=expl' 'P:=opts' 'F:=opts' \
> +    'J+:=group' 'V+:=group' 'X+:=expl' 'P:=opts' 'F:=opts' \
>      S: r: R: q 1 2 n f 'M+:=match' 'i=imm'
>

this fails for me because my _multi_parts does not have 'f' option. I
think, I have not missed patches ...

this said, _mailboxes patches always fail for me, but I do not use this
and happily ignore :-)

-andrej



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