From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16481 invoked from network); 30 Mar 2021 23:26:06 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 30 Mar 2021 23:26:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:To:References:From:In-reply-to:cc:Reply-To: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=2uAXc1cGx5/bglUmAzI3QKNpS9TmaBNKWGH67SNIzjA=; b=LnAionfTThkPev2arSP2xrVpfY MX/0kQbtntsWcoChMCm+C8WzTb9Qt+DKVt8Weo9uRm4nnRCMFjrtWzpsCd/jfpepA1Od2gYQ0gQ9m VMl6XFh2HGNn3doTtteNplH09EVuZN58HTH6DHxQ02ul8jzIZ4zMacK7ASLCGee9bgj3/olevpjeq 3U29+V1RKf0vMT6E3Pm9by2xOE6V2yHhG3w1dm7ULDUoDQLNFDZ69Mj0qtMc7/l6ifj4XK2qAGViX urbSSWYCUF7EiAzlt7hdFIoklHV1dDRFaoKmO1Sg8/a/90kdfnPquTUXeMvRfUsjqOfKqRtk+suEi mA5KSOXA==; Received: from authenticated user by zero.zsh.org with local id 1lRNkL-000Mhn-6n; Tue, 30 Mar 2021 23:26:05 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lRNk4-000MXv-Eo; Tue, 30 Mar 2021 23:25:48 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.93.0.4) (envelope-from ) id 1lRNk3-000Avo-Bd; Wed, 31 Mar 2021 01:25:47 +0200 cc: Zsh hackers list In-reply-to: From: Oliver Kiddle References: To: Marlon Richert Subject: Re: Patch: Add file types to _expand completions MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <42022.1617146747.1@hydra> Date: Wed, 31 Mar 2021 01:25:47 +0200 Message-ID: <42023-1617146747.357652@w-M1.5RYU.RXv6> X-Seq: 48340 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Archived-At: On 21 Mar, Marlon Richert wrote: > This adds file types to `_expand` completions, so they can be colored > through complist. It seems quite reasonable to expect this to work and I can't see anything to note in the patch so I've pushed this. Thanks. Oliver