From a589007d598431ea79ca1a79ef6184c52aa18ed2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 13 Feb 2010 20:25:49 +0000 Subject: unposted: initially clear list for P glob qualifier --- ChangeLog | 4 +++- Src/glob.c | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 43ac03935..3534de602 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-02-13 Peter Stephenson + * unposted: zero gf_pre_words from 27694. + * Mikael: Completion/Zsh/Type/_globquals: extend argument handling. @@ -12733,5 +12735,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4896 $ +* $Revision: 1.4897 $ ***************************************************** diff --git a/Src/glob.c b/Src/glob.c index f5e072c1c..036f88ccc 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -1141,6 +1141,7 @@ zglob(LinkList list, LinkNode np, int nountok) gf_noglobdots = unset(GLOBDOTS); gf_numsort = isset(NUMERICGLOBSORT); gf_sorts = gf_nsorts = 0; + gf_pre_words = NULL; /* Check for qualifiers */ while (!nobareglob || isset(EXTENDEDGLOB)) { -- cgit 1.4.1