From 63b6398b7017d3850010f47458818a439479a456 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 13 Sep 2020 16:19:52 -0700 Subject: 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement} Mikael Magnusson: 47382: Completion for 47364 --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') 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. -- cgit 1.4.1