From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26276 invoked by alias); 10 Apr 2017 01:30:59 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 40949 Received: (qmail 29065 invoked from network); 10 Apr 2017 01:30:58 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua0-f172.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.217.172):SA:0(-2.3/5.0):. Processed in 0.969957 secs); 10 Apr 2017 01:30:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,RCVD_IN_SORBS_SPAM,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.172 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=DUW1ZjMCnkSyOSgaJ2pjhZpeNv+9b1OEtOrCCdX3u3g=; b=Chf7ExsN6wpiq2fMOPN9F9QIUMuks42sbCsvi4mJfmCfTFV2QieqXNNGrUu2D2v4v4 EMgycyD5v0qeP1a/N5JRsFYbQm/D3uzhmvy6j7ZTOpPd+z/sfIPk4qgJhaDoN6NNE0Bv gl7w9Gb32AY+1iW/zjGLEY/MsG2xdsrn6S5XZezaSM3a6x2o6ZH/0oHgA3JWuu5+Bbu/ Qb+DoHvv/x/HoEFcfwol5hAqrdN+qdAPoLGGvi5U5ohMEEnoHHvk2M/cIQvIWRC5l217 2ArERGayeZaes113CtDTRHNOBxz0ARyuLrJFe0RAwkS8R9a9b8sU+MkB9woL5xy2GHNQ 95eg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=DUW1ZjMCnkSyOSgaJ2pjhZpeNv+9b1OEtOrCCdX3u3g=; b=szByMdhWXP1fvaeD+kFNkotEZz6SvRZOzlGJmBDJby7u+L/SlI8TDgRcz59xNy0IPk Btr1pQWYnjrSPb7JF6a5OEnC2qtmjYb53c/7NKDPtNwxz5gzkZxrEjB4akMeZSelWyZA L2VjqAbSGWR9+USicHgqyUubJdj1JtUCkbw6UMPMjP48Oq1DWkMMb6upMJb6wmNOAL7b Lm5wzykxZkRfJ7UpR9Fpw052/TRM9dWi8UMHyKG4uO0u38FR38B0V99s9hVHiK6z6p9d D7Y1igPn1iLEnb5LrBlbkTw9xzY1vr+9TOh9yuhl/P2KJt22cZ31KxgiRpOS+EdytRUX CTWA== X-Gm-Message-State: AFeK/H27nqOWXKPE1M0K2tFgISUL7gROy63j34r8+sBi8rO2YL6etK3Uo9BphgkvK9f/bw== X-Received: by 10.31.201.130 with SMTP id z124mr19207759vkf.16.1491787851392; Sun, 09 Apr 2017 18:30:51 -0700 (PDT) From: Bart Schaefer Message-Id: <170409183107.ZM30484@torch.brasslantern.com> Date: Sun, 9 Apr 2017 18:31:07 -0700 In-Reply-To: Comments: In reply to Jared N "zsh completion of ls command is a little off" (Apr 8, 12:56pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Jared N , "zsh-workers@zsh.org " Subject: Re: zsh completion of ls command is a little off MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 8, 12:56pm, Jared N wrote: } } I noticed that zsh won't complete the parameter } "--group-directories-first" for any version of ls. } This seems strange to me Seems strange to me as well: torch% ls --g torch% ls --group-directories-first commit 304aa25184f927ccc034bb98f6ac744d29006bb4 Author: Oliver Kiddle Date: Fri Jul 8 23:09:18 2016 +0200 } ... can I prepare a pull } request to the git://git.code.sf.net/p/zsh/code repository after } making the relevant changes? We prefer having "git diff" output sent to the mailing list, should you in future find a problem that hasn't already been fixed.