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:
parent
d83665b7cf
commit
9ecef3689c
@ -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': ' -/"
|
||||
|
Loading…
Reference in New Issue
Block a user