Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: case-insensitivity modifiers for globbing
- X-seq: zsh-workers 4370
- From: Bruce Stephens <b.stephens@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: PATCH: case-insensitivity modifiers for globbing
- Date: 27 Aug 1998 13:25:39 +0100
- In-reply-to: Sven Wischnowsky's message of "Thu, 27 Aug 1998 13:48:21 +0200 (MET DST)"
- References: <199808271148.NAA04044@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: B.Stephens@xxxxxxxxx
There's a typo in the documentation:
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> *** Doc/Zsh/expn.yo Thu Aug 27 13:20:27 1998
> --- ../Doc/Zsh/expn.yo Thu Aug 27 13:39:39 1998
> ***************
> *** 984,989 ****
> --- 984,997 ----
> sets the tt(GLOB_DOTS) option for the current pattern
> pindex(GLOB_DOTS, setting in pattern)
> )
> + item(tt(f))(
> + makes lower case letters in the pettern match themselves and the
^^^^^^^
should be pattern, of course.
> + corresponding uppercase letter
> + )
> + item(tt(F))(
> + makes all letters match themselves and their uppercase or lowercase
> + counterpart
> + )
> enditem()
Messages sorted by:
Reverse Date,
Date,
Thread,
Author