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 44573
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: <zsh-workers@xxxxxxx>
- Subject: Re: How to disable completion for a builtin? (actually a reserved word) + an apparent bug
- Date: Wed, 24 Jul 2019 15:27:55 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20190724142758euoutp02194ee1b2f9c0326ad8d9ee2b7ea3d5f0~0XiPO2s5t2170621706euoutp02h
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1563978478; bh=wfe8xfIa9d7y1yQy/pWls3gFu8BxMYTmWRbwn0q999c=; h=Subject:From:To:Date:In-Reply-To:References:From; b=TpdNFmgx4ZndhtU0k2UJR8w9WvkrPouMTL5u2uy7lea3HTQQVQFSc7Q2PWr22L1KU n7zEYW0ResBSgeXJpazjCkjjIUJNnk6ZBaqrKEQuFAsyHQVLeygvWs7J2fesDERfpo x18siHCPugLrwSNR2aHonuU0EXQT2gGBLypbaMBQ=
- In-reply-to: <CAKc7PVCfdhuam4WPxhO2TWkpRpyHdwoCTXH=Eshdb=pGRO0TxA@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>
- 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>
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]'
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author