Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] correct typo on noglob in sh/ksh emulation set
- X-seq: zsh-workers 34931
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] correct typo on noglob in sh/ksh emulation set
- Date: Sat, 18 Apr 2015 20:15:02 +0100
- In-reply-to: <20150417234829.GA7296@localhost.localdomain>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150417234829.GA7296@localhost.localdomain>
On Sat, 18 Apr 2015 07:48:30 +0800
Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx> wrote:
> I'd like to know if this patch correct? Thanks.
>
> diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
> index 20d9fc2..340a1e6 100644
> --- a/Doc/Zsh/options.yo
> +++ b/Doc/Zsh/options.yo
> @@ -2525,7 +2525,7 @@ sitem(tt(-X))(MARK_DIRS)
> sitem(tt(-a))(ALL_EXPORT)
> sitem(tt(-b))(NOTIFY)
> sitem(tt(-e))(ERR_EXIT)
> -sitem(tt(-f))(em(NO_)GLOB)
> +sitem(tt(-F))(em(NO_)GLOB)
> sitem(tt(-i))(INTERACTIVE)
> sitem(tt(-l))(LOGIN)
> sitem(tt(-m))(MONITOR)
It looks like that's in the ksh emulation set, in which case -f is
correct. -F is the zsh standard, which is up at line 2480.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author