Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Segfault in paramsubst() from completion (regression from 5.3.1)
- X-seq: zsh-workers 41611
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Segfault in paramsubst() from completion (regression from 5.3.1)
- Date: Mon, 28 Aug 2017 00:55:35 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=EgwIQ+ aGdldzRFX0nOJ9m2MPioZcdedBvfaAqiCPY20=; b=AKxQZViqtAQVq6QOQGY5vO VOlMFlyurat1rbMTTvKo43kbc5iNTh2tPZEPAAQ0NKXY4515jCbRmR4H76E0C1nS iThve2vqmBjeKpw/2kyinKQQLTzjVmxBu4UbD1Y4tyGQgpIQ5XGZJ4cgPnSJV62x hzs8YwES57A5yzXD6/PL3JSC6eYwNm//i8jnO8t2T8a1utJ28cqKJgjnw5dcXpgt f6r5uEqFKNV0QN+L+tcHkSG8z2WTob/tY7xKC0DwYQTRxfdQS7s+A8V+RwTXRoou HGsfrGWMfJ7FD1ZTCBZorg34XpKtLfd6vOGz9u7XdCpSTpu6ZCgw37FEGsctPPZQ ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=EgwIQ+ aGdldzRFX0nOJ9m2MPioZcdedBvfaAqiCPY20=; b=rb1A5+vK3hPioiQq+1+mlw 4hydPHrolGiCXxiumBjT+OF00VhTIZ7d1SnXQrgkpvj1f4TyrAEFnLQgtyDUiEaj yI2W9ZRQxhftq5D1Gp/dh1L0KvN6OkdkxQiMQfZ28uqJ8BylD9lC2PCs5TcVdmxY jplMyI4MRfNNrQ6UuxL0OOf7HeQkxrRMINji6NbOaYPbHqybpudssYw0/zEMSdFZ Usa+gvbX8uxzFr6xxqo8sHfOlQQYLiJhJiArOkbAyMYe599ofdh6z+Cb3m9+4wNm gxOD06OKFXV4UW9PIhPs7hMrL/eVXcks6xqS644j4g/TeRSzThBTsIQUv8pYsSiw ==
- In-reply-to: <20170828005055.ije2rr4d7ovbmfr4@tarpaulin.shahaf.local2>
- 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: <20170828005055.ije2rr4d7ovbmfr4@tarpaulin.shahaf.local2>
Daniel Shahaf wrote on Mon, 28 Aug 2017 00:50 +0000:
> Just found this:
>
Actually, just:
autoload compinit
compinit
compdef _normal f
f <TAB>
segfaults.
> % autoload compinit
> % compinit
> % _f() { _arguments '1: :_files' '2: :_hosts' ':: : _normal' }
> % compdef _f f
> % f x y <TAB>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author