about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2020-09-13 16:19:52 -0700
committerBart Schaefer <schaefer@zsh.org>2020-09-13 16:19:52 -0700
commit63b6398b7017d3850010f47458818a439479a456 (patch)
tree349aded0a6fbf66d164c0b5220fac9923b98b50f /Src/zsh.h
parent24a82b9dad1cbe109d9fb5753c429fd37b1618cd (diff)
downloadzsh-63b6398b7017d3850010f47458818a439479a456.tar.gz
zsh-63b6398b7017d3850010f47458818a439479a456.tar.xz
zsh-63b6398b7017d3850010f47458818a439479a456.zip
47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
Mikael Magnusson: 47382: Completion for 47364
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 94f5099c6..6cf1b4186 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1991,6 +1991,7 @@ struct tieddata {
 #define SUB_START	0x1000  /* force match at start with SUB_END
 				 * and no SUB_SUBSTR */
 #define SUB_LIST	0x2000  /* no substitution, return list of matches */
+#define SUB_EGLOB	0x4000	/* use extended globbing in patterns */
 
 /*
  * Structure recording multiple matches inside a test string.