diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-06 00:22:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-06 00:22:58 +0000 |
commit | 1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b (patch) | |
tree | 1436e06ea5d3d45eaee846ca4251387437e99107 /Doc/Zsh | |
parent | b144ed7455939eb5e7a1b56ac502b7e0688b8dbf (diff) | |
download | zsh-1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b.tar.gz zsh-1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b.tar.xz zsh-1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b.zip |
zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index c48427316..aa22b016f 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -219,6 +219,16 @@ Make the tt(echo) builtin compatible with the BSD manref(echo)(1) command. This disables backslashed escape sequences in echo strings unless the tt(-e) option is specified. ) +pindex(CASE_GLOB) +cindex(case-insensitive globbing, option) +item(tt(CASE_GLOB) <D>)( +Make globbing (filename generation) sensitive to case. Note that other +uses of patterns are always sensitive to case. If the option is unset, +the presence of any character which is special to filename generation +will cause case-insensitive matching. For example, tt(cvs(/)) can +match the directory tt(CVS) owing to the presence of the globbing flag +(unless the option tt(BARE_GLOB_QUAL) is unset). +) pindex(C_BASES) cindex(bases, output in C format) cindex(hexadecimal, output in C format) |