Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] complete two or more options for zsh
On Oct 1, 1:03am, Jun T. wrote:
} Subject: Re: [PATCH] complete two or more options for zsh
}
} A few additions to _zsh:
} support -s and -b, and offer files for script args.
Probably the ideal way to complete script args is to use "compset -n"
to simulate the script name appearing in command position, and then
call _normal. This may require use of a ->state action so that it
can be handled after _arguments returns.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author