Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] fix typo in chflags completion
- X-seq: zsh-workers 40212
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
- Subject: Re: [PATCH] fix typo in chflags completion
- Date: Sun, 18 Dec 2016 15:01:57 +0000
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Rywmn53dcwQpJe8 2scPc5xynn1E=; b=C6gIZaemI76bk5DKoWjcGxdWAoMSqSOvtJ89jLLx76boHhc E+HdWAt3J5KcMMO/xAOfuFtSpFD7myGLJ0iL23UpeAU9VwFnKD6iIag0nHKfY2wM eMEQqzsSnsLNBWX55gInOZCUPa5Ncbz4UyS8k36uO4jZfbHZp3sVvSukR+vA=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Rywmn53dcwQpJe 82scPc5xynn1E=; b=AzIJ8IWANhjPJ99wLwrLfglwHErmuWyt39Ue3CGKr2+Nb1 0n/HE1GKdk6l5PlE1JVzTy+ON9axVei2srGIKloQWSpnjpS6cp3eS2oJX8AUOUH7 gZT38cPYj51MDTpLa8dlDM358jz4VD7PRQMWg2VZJrnQ96AciQi0WA5LDZVWQ=
- In-reply-to: <CAPKC6oJ3LnHKsm5-hz=0GXcTpo8D9zFfUN822R8M2QR+43=tHQ@mail.gmail.com>
- 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: <CAPKC6oJ3LnHKsm5-hz=0GXcTpo8D9zFfUN822R8M2QR+43=tHQ@mail.gmail.com>
Baptiste Daroussin wrote on Sun, Dec 18, 2016 at 13:17:06 +0100:
> Hi all,
>
> While updating the zsh package on FreeBSD we figured out there was a
> typo in the chflags command completion:
>
> https://people.freebsd.org/~bapt/0001-Fix-typo-in-chflags-completion.patch
Thanks; pushed both patches.
The completion file probably shouldn't define a function named
"addflags" for namespace reasons. (Or we could invent a syntax for
a function definition that has the same lifetime as a local variable...)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author