Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: java command auto complete is incorrect if `-jar` is used
- X-seq: zsh-workers 35520
- From: Hong Xu <hong@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: BUG: java command auto complete is incorrect if `-jar` is used
- Date: Thu, 18 Jun 2015 13:57:16 -0700
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
The java command with `-jar` switch is used in the following way:
java [ options ] -jar file.jar [ argument ... ]
The zsh autocomplete behaves in a strange way:
java -jar f<tab> # works
java -jar file.jar x<tab> # should complete file names, etc but not working
java -jar file.jar whatever x<tab> # completes file names correctly
The second case above is incorrect.
Hong
Attachment:
signature.asc
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author