Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: foo=<TAB> always gives context array_value
- X-seq: zsh-workers 6110
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: foo=<TAB> always gives context array_value
- Date: Mon, 26 Apr 1999 02:53:24 -0700
- In-reply-to: <199904260826.KAA06833@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199904260826.KAA06833@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Apr 26, 10:26am, Sven Wischnowsky wrote:
} Subject: Re: foo=<TAB> always gives context array_value
}
} @@ -555,7 +555,7 @@
} /* These are flags saying if we are completing in the command *
} * position, in a redirection, or in a parameter expansion. */
}
} -static int lincmd, linredir, ispar, linwhat;
} +static int lincmd, linredir, ispar, linwhat, linarr;
OK, I have to ask ... what does the leading `l' stand for in all those
names except `ispar'?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author