Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: When GLOB_COMPLETE is on, tab completion does not work with path containing hyphens
- X-seq: zsh-workers 44994
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: "Felix.Chen" <felix.chen@xxxxxxxxxxxxxxxxxx>
- Subject: Re: When GLOB_COMPLETE is on, tab completion does not work with path containing hyphens
- Date: Mon, 9 Dec 2019 10:23:26 +0100
- Cc: zsh-workers@xxxxxxx
- In-reply-to: <000201d5ae2e$caa27230$5fe75690$@3spocketnet.com.tw>
- 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: <000201d5ae2e$caa27230$5fe75690$@3spocketnet.com.tw>
On 12/9/19, Felix.Chen <felix.chen@xxxxxxxxxxxxxxxxxx> wrote:
> % 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/'.
Hi,
It works fine here, are you using an old version of zsh? (current
version is 5.7.1)
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author