Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: case-insensitivity modifiers for globbing



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