Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A minor glitch with _arguments
- X-seq: zsh-workers 14176
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: A minor glitch with _arguments
- Date: Tue, 1 May 2001 03:54:20 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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