mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
11959: Completion/User/_urls: make it magicequalsubst aware.
(not posted): Completion/User/.distfiles: add `_java'.
This commit is contained in:
parent
903c771474
commit
adfa6193a2
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2000-06-17 Tanaka Akira <akr@zsh.org>
|
||||
|
||||
* 11959: Completion/User/_urls: make it magicequalsubst aware.
|
||||
|
||||
* 11958: Completion/User/_java: new completion for Java.
|
||||
|
||||
2000-06-17 Bart Schaefer <schaefer@zsh.org>
|
||||
|
|
|
@ -5,7 +5,7 @@ DISTFILES_SRC='
|
|||
_domains _dvi _enscript
|
||||
_find _finger _fakeroot _flex _gcc _gdb _getconf _gprof _groups
|
||||
_gs _gv _gzip _hosts _imagemagick _ispell
|
||||
_joe _killall _lp _look _lynx _lzop
|
||||
_java _joe _killall _lp _look _lynx _lzop
|
||||
_mailboxes _make _man _mh _mount _mutt _my_accounts _mysql_utils _nedit
|
||||
_netscape _nslookup _other_accounts _pack _patch _pbm _pdf _perl
|
||||
_perl_basepods _perl_builtin_funcs _perl_modules _perldoc
|
||||
|
|
|
@ -53,7 +53,7 @@ if [[ "$1" = -f ]]; then
|
|||
fi
|
||||
|
||||
glob=(-g '*(^/)')
|
||||
zparseopts -D -K -E g:=glob
|
||||
zparseopts -D -K -E 'g:=glob'
|
||||
|
||||
ipre="$IPREFIX"
|
||||
|
||||
|
|
Loading…
Reference in a new issue