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

A minor glitch with _arguments



Putting quotes around an option string convinces _arguments that it has
reached the end of the options.  E.g. using zsh's configure script as a
test case:

zsh% ./configure '--enable-dynamic' --<TAB>
No matches for `corrections'

Remove the quotes, or move the left one even one character to the right,
and everything starts completing again.

-- 
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