zsh-users
 help / color / mirror / code / Atom feed
* Re: 3.1.6 case-insensitive completion
@ 1999-11-04  8:10 Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 1999-11-04  8:10 UTC (permalink / raw)
  To: zsh-users


Bruce Stephens wrote:

> How do I enable case-insensitive completion again?  I'm sure I used to
> have it, once, but I don't seem to get it now.  

It's now in the `compwid' part of the docs (even with this example;
see? sometimes I *can* imagine what people would like to know ;-)...

If your zsh is at least approximately up-to-date, you should use:

  compmatchers=('m:{a-z}={A-Z}')

to get the one-way case-insensitiveness everywhere, or

  compmatchers=('m:{a-zA-Z}={A-Za-z}')

for both ways. If that doesn't work for you, you have to use `compctl -M'
with those strings as arguments.


Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* 3.1.6 case-insensitive completion
@ 1999-11-03 23:12 Bruce Stephens
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Stephens @ 1999-11-03 23:12 UTC (permalink / raw)
  To: zsh-users

How do I enable case-insensitive completion again?  I'm sure I used to
have it, once, but I don't seem to get it now.  

For example, in a directory containing only the file README, I'd want
"vi read<TAB>" to complete to "vi README".  But it doesn't.

Actually, maybe I'm confusing it with approximate matching, which
often feels similar.  (i.e., "vi Rea<TAB>" does expand to "vi README",
so possibly I'm just confused.)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-04 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-04  8:10 3.1.6 case-insensitive completion Sven Wischnowsky
  -- strict thread matches above, loose matches on Subject: below --
1999-11-03 23:12 Bruce Stephens

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).