diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 19:51:08 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 19:51:08 +0000 |
| commit | 234c6ed193fb61379d8d7bb1ee44793ed75e15fb (patch) | |
| tree | 052258e4845fba674a418729491bbc7409def824 /Src/pattern.c | |
| parent | 24876: Jun T.: don't install manual pages if empty (diff) | |
| download | zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar.gz zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar.bz2 zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar.lz zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar.xz zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar.zst zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.zip | |
24878: add incremental pattern searches
Diffstat (limited to 'Src/pattern.c')
| -rw-r--r-- | Src/pattern.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/pattern.c b/Src/pattern.c index 244f40054..15b0bd746 100644 --- a/Src/pattern.c +++ b/Src/pattern.c @@ -504,6 +504,8 @@ patcompile(char *exp, int inflags, char **endexp) else patglobflags = 0; } + if (patflags & PAT_LCMATCHUC) + patglobflags |= GF_LCMATCHUC; /* * Have to be set now, since they get updated during compilation. */ |
