Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to disable completion for a builtin? (actually a reserved word) + an apparent bug
- X-seq: zsh-workers 44574
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: How to disable completion for a builtin? (actually a reserved word) + an apparent bug
- Date: Wed, 24 Jul 2019 16:56:08 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3wG6GMSv+SSU3ywxWyA5afV1kNkcaTxtZ6nNC5YGNSE=; b=S06I+FLPXRlJX8QBO2xWkzTT0gp45jCHl5xJ1eKfqxDhYQsa0WeYBk/3nMlPJH++JD PWkR+84inUEvo7yNy/ixPY5GqcSbwx69ZbMBXV9nxkp2JoHiRTxtnb11JDYf5mmdvroH ekue8bUHHrpZ2snxGAZiBkJVcJE/8JoiCzpeudMD9lzWW5Ztyc+eU56i5WWKMczIulaz vm1DtP0e0XBqoNkxtJI2Rl2Px8fR/Cr/EN1Nfx59HFLGIfY1bN5VEafcuu6fxy/dtZ8w K11Lx9b+fZAH1+v/aqfJhqmrGwuLC+bjrPxtU+wxC+etWlrHd7z+8r1EWsPqDu7lyvbz qsrA==
- In-reply-to: <1563978475.5930.14.camel@samsung.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20190724141945epcas1p30d69e2d7ba1ce29f994ff486284d4553@epcas1p3.samsung.com> <CAKc7PVCfdhuam4WPxhO2TWkpRpyHdwoCTXH=Eshdb=pGRO0TxA@mail.gmail.com> <1563978475.5930.14.camel@samsung.com>
On Wed, 24 Jul 2019 at 16:28, Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
>
> On Wed, 2019-07-24 at 16:18 +0200, Sebastian Gniazdowski wrote:
> > Hello,
> > I would like to disable the completion for the declare builtin. How to
> > accomplish this?
>
> unset '_comps[declare]'
Ah, right, I've forgot about it. Thanks!
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author