about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-04-10 14:26:46 -0700
committerBart Schaefer <schaefer@ipost.com>2021-04-10 14:26:46 -0700
commit408a83048366a22bf7645b71bee7428743793736 (patch)
tree993f2e154dda94aa953c74450870eee9adc9968b /Src/zsh.h
parent1bec15a0105c7884c1a6d1243087ebcc801a5937 (diff)
downloadzsh-408a83048366a22bf7645b71bee7428743793736.tar.gz
zsh-408a83048366a22bf7645b71bee7428743793736.tar.xz
zsh-408a83048366a22bf7645b71bee7428743793736.zip
47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensible
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 a26b2d05b..d70a4017c 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2387,6 +2387,7 @@ enum {
     BSDECHO,
     CASEGLOB,
     CASEMATCH,
+    CASEPATHS,
     CBASES,
     CDABLEVARS,
     CDSILENT,