Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with case-insensitive completion with zsh compiled for cygw in
- X-seq: zsh-users 7225
- From: John Cooper <john.cooper@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Problem with case-insensitive completion with zsh compiled for cygw in
- Date: Mon, 22 Mar 2004 10:13:32 -0000
- Cc: John Cooper <john.cooper@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
[I'm using zsh 4.2.0, compiled under a recent cygwin.]
By default I am able to complete files using the drive letter as a prefix,
e.g.,
$ ls c:/WIN<tab> completes to c:/WINDOWS/
However, if I enable case insensitive completion with the following:
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
.. Then completion on paths starting with a drive letter no longer works:
$ ls c:/WIN<tab> fails to complete
However, if I `cd' to c:/ then both the following work:
$ ls c:/WIN<tab> completes to c:/WINDOWS/
$ ls c:/win<tab> completes to c:/WINDOWS/
Any idea how to get this working again when the path starts with a drive
letter?
Thanks,
--- John
Messages sorted by:
Reverse Date,
Date,
Thread,
Author