about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-03-06 00:22:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-03-06 00:22:58 +0000
commit1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b (patch)
tree1436e06ea5d3d45eaee846ca4251387437e99107 /Src/zsh.h
parentb144ed7455939eb5e7a1b56ac502b7e0688b8dbf (diff)
downloadzsh-1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b.tar.gz
zsh-1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b.tar.xz
zsh-1777b67b1c62f6fe60e98b9d1e8469f19f1c2f3b.zip
zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index cf470f001..aab4737f9 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1412,6 +1412,7 @@ enum {
     BGNICE,
     BRACECCL,
     BSDECHO,
+    CASEGLOB,
     CBASES,
     CDABLEVARS,
     CHASEDOTS,