diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-17 15:59:58 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-17 15:59:58 +0000 |
| commit | 113b69f1f3f6a60ef0121b6371da341b857cc9e3 (patch) | |
| tree | cab0ad47a74a4a31f05718ebef3273ddc0048490 /Completion/Unix/Command/_java | |
| parent | Doug Kearns: 18159: new completion function for HTML Tidy (diff) | |
| download | zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar.gz zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar.bz2 zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar.lz zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar.xz zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar.zst zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.zip | |
Doug Kearns: 18246: minor update to _elinks and trivial fixes for _ant/_java
Diffstat (limited to 'Completion/Unix/Command/_java')
| -rw-r--r-- | Completion/Unix/Command/_java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java index b7b012894..5f78bb05a 100644 --- a/Completion/Unix/Command/_java +++ b/Completion/Unix/Command/_java @@ -20,7 +20,7 @@ javac) '-extdirs[specify directories for extensions]:extensions directories:->extdirs' \ '-d[specify destination directory]:directory:_files -/' \ '-encoding[specify character encoding for source files]:encoding:->encoding' \ - '-target[specify VM version]:release:(1.1 1.2)' \ + '-target[specify VM version]:release:(1.{1..4})' \ '*:java source file:_files -g \*.java' && return 0 ;; |
