zsh-users
 help / color / mirror / code / Atom feed
* Problem with case-insensitive completion with zsh compiled for cygw in
@ 2004-03-22 10:13 John Cooper
  0 siblings, 0 replies; only message in thread
From: John Cooper @ 2004-03-22 10:13 UTC (permalink / raw)
  To: zsh-users; +Cc: John Cooper

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

[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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-22 10:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-22 10:13 Problem with case-insensitive completion with zsh compiled for cygw in John Cooper

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).