Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: javac completion update
- X-seq: zsh-workers 20571
- From: Doug Kearns <dougkearns@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: javac completion update
- Date: Sun, 21 Nov 2004 04:21:37 +1100
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This updates javac completion for J2SE 5.0
Regards,
Doug
Index: Completion/Unix/Command/_java
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_java,v
retrieving revision 1.14
diff -u -r1.14 _java
--- Completion/Unix/Command/_java	26 Feb 2004 12:57:21 -0000	1.14
+++ Completion/Unix/Command/_java	20 Nov 2004 17:19:13 -0000
@@ -19,8 +19,8 @@
     '-extdirs[override location of installed extensions]:extensions directories:->extdirs' \
     '-d[specify where to place generated class files]:directory:_files -/' \
     '-encoding[specify character encoding used by source files]:encoding:->encoding' \
-    '-source[provide source compatibility with specified release]:release:(1.3 1.4)' \
-    '-target[specify VM version]:release:(1.{1..4})' \
+    '-source[provide source compatibility with specified release]:release:(1.{2..5})' \
+    '-target[specify VM version]:release:(1.{1..5})' \
     '-help[print a synopsis of standard options]' \
     '*:java source file:_files -g \*.java\(-.\)' && return 0
   ;;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author