diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Completion/User/.distfiles | 2 | ||||
-rw-r--r-- | Completion/User/_urls | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 4fff1a0a8..f5b2419f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> diff --git a/Completion/User/.distfiles b/Completion/User/.distfiles index a1054e52f..1f741e124 100644 --- a/Completion/User/.distfiles +++ b/Completion/User/.distfiles @@ -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 diff --git a/Completion/User/_urls b/Completion/User/_urls index d8c737fb5..395934b28 100644 --- a/Completion/User/_urls +++ b/Completion/User/_urls @@ -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" |