diff -urN zsh-4.0.6/Completion/compaudit zsh-fvw/Completion/compaudit --- zsh-4.0.6/Completion/compaudit Fri Aug 9 15:30:07 2002 +++ zsh-fvw/Completion/compaudit Fri Oct 4 18:04:50 2002 @@ -102,11 +102,11 @@ # (including zwc files) if [[ $GROUP == $LOGNAME && ( -z $GROUPMEM || $GROUPMEM == $LOGNAME ) ]]; then - _i_wdirs=( ${^fpath}(Nf:g+w:^g:${GROUP}:,f:o+w:,^u0u${EUID}) - ${^fpath}/..(Nf:g+w:^g:${GROUP}:,f:o+w:,^u0u${EUID}) ) + _i_wdirs=( ${^fpath}(Nf:g+w:^g:${GROUP}:g0,f:o+w:,^u0u${EUID}) + ${^fpath}/..(Nf:g+w:^g:${GROUP}:g0,f:o+w:,^u0u${EUID}) ) else - _i_wdirs=( ${^fpath}(Nf:g+w:,f:o+w:,^u0u${EUID}) - ${^fpath}/..(Nf:g+w:,f:o+w:,^u0u${EUID}) ) + _i_wdirs=( ${^fpath}(Nf:g+w:^g0,f:o+w:,^u0u${EUID}) + ${^fpath}/..(Nf:g+w:^g0,f:o+w:,^u0u${EUID}) ) fi if [[ -f /etc/debian_version ]]