From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id a7dbbcea for ; Mon, 9 Dec 2019 01:21:08 +0000 (UTC) Received: (qmail 23515 invoked by alias); 9 Dec 2019 01:20: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: List-Unsubscribe: X-Seq: 44993 Received: (qmail 14464 invoked by uid 1010); 9 Dec 2019 01:20:59 -0000 X-Qmail-Scanner-Diagnostics: from forward101j.mail.yandex.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25656. spamassassin: 3.4.2. Clear:RC:0(5.45.198.241):SA:0(-0.7/5.0):. Processed in 4.297364 secs); 09 Dec 2019 01:20:59 -0000 X-Envelope-From: felix.chen@3spocketnet.com.tw X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf-ipv4.yandex.ru designates 5.45.198.241 as permitted sender) From: "Felix.Chen" To: Subject: When GLOB_COMPLETE is on, tab completion does not work with path containing hyphens Date: Mon, 9 Dec 2019 09:19:59 +0800 Message-ID: <000201d5ae2e$caa27230$5fe75690$@3spocketnet.com.tw> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01D5AE71.D8C64E70" X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdWuLVavqV/cqmlfQiG64LAyqLtUxg== Content-Language: en-us X-Antivirus: Avast (VPS 191208-0, 2019/12/08), Outbound message X-Antivirus-Status: Clean ------=_NextPart_000_0003_01D5AE71.D8C64E70 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit % mkdir a-b % touch a-b/{c,d} Type 'ls a-b' without quotes and press tab multiple times, zsh will cycle through 'ls a-b/c' and 'ls a-b/d'. But if GLOB_COMPLETE is on, zsh only complete up to 'a-b/'. ------=_NextPart_000_0003_01D5AE71.D8C64E70--