Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

local opt (bug?)



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