diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/User/_java | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d21918d5f..efd9b640d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-15 Peter Stephenson <pws@csr.com> + + * users/3671: Completion/User/_java: complete in middle of + -classpath etc., not just at end. + 2001-03-15 Sven Wischnowsky <wischnow@zsh.org> * user/3674: Src/Zle/complist.c: fix default colour for directories diff --git a/Completion/User/_java b/Completion/User/_java index f906f0ae8..becfbe4c2 100644 --- a/Completion/User/_java +++ b/Completion/User/_java @@ -368,6 +368,7 @@ debug) classpath|sourcepath|bootstrapclasspath|docletpath) compset -P '*:' + compset -S ':*' _alternative \ "classpath:$state:_path_files -qS: -g '*.(jar|zip)'" \ "classpath:$state:_path_files -r': ' -/" |