1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00

users/3671: Completion/User/_java: tweak for colon-separated paths

This commit is contained in:
Peter Stephenson 2001-03-15 10:27:11 +00:00
parent d83665b7cf
commit 9ecef3689c
2 changed files with 6 additions and 0 deletions

@ -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

@ -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': ' -/"