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 44999
- From: "Felix Chen" <felix.chen@xxxxxxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxx>
- Subject: RE: When GLOB_COMPLETE is on, tab completion does not work with path containing hyphens
- Date: Tue, 10 Dec 2019 08:51:19 +0800
- In-reply-to: <CAHYJk3SXV2FKCw=BewGrFZmDGKt6wPcGBNerJ-pU4sTwAeSupQ@mail.gmail.com>
- 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> <CAHYJk3SXV2FKCw=BewGrFZmDGKt6wPcGBNerJ-pU4sTwAeSupQ@mail.gmail.com>
- Thread-index: AQJmnG3mWrIPYZx5Z4VUZ7bsuFqutwFPBU5hpoY0OYA=
I found another glitch.
$ zsh --version
zsh 5.7.1 (x86_64-slackware-linux-gnu)
$ zsh -f
% setopt GLOB_COMPLETE
% unsetopt MENU_COMPLETE
% touch a-{b..d}
% ls a
Press tab twice, zsh should only complete up to 'a-' rather than inserting the first possible match.
cf.
% touch ee{f..h}
Is this related?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author