Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
local opt (bug?)
- X-seq: zsh-workers 8714
- From: Alexandre Duret-Lutz <alexandre.duret@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: local opt (bug?)
- Date: 22 Nov 1999 10:29:41 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Sender: aduret@xxxxxxxxxxx
Has `local opt' a special meaning ?
~/zsh % zsh -f
mars% local opt
mars% local opt
opt='' <- how strange !
mars%
If this is a _feature_ there is at least a problem in _argument,
that is: when _argument does `local opt' twice, this mess
up the command line, e.g. :
mars% autoload compinit; compinit -D
mars% cd ~/zsh
mars% ./configure --pre<TAB>
mars% ./configure --preopt=''
fix=<CURSORHERE>
Have I missed something ?
--
Alexandre Duret-Lutz
Messages sorted by:
Reverse Date,
Date,
Thread,
Author