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

Re: named directory bug



On Nov 1,  5:39pm, Vincent Lefevre wrote:
}
} $ ll ~out/[TAB]
} _main_complete:21: bad set of key/value pairs for associative array

That's odd.  What do you see if you run this function?

    tryit() {
	hash -d
	setopt localoptions xtrace
	eval "local +h nameddirs; nameddirs=(${(@kvq)nameddirs})"
    }

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author