From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2181 invoked from network); 25 May 2000 14:46:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 May 2000 14:46:41 -0000 Received: (qmail 808 invoked by alias); 25 May 2000 14:45:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11576 Received: (qmail 793 invoked from network); 25 May 2000 14:45:53 -0000 Date: Thu, 25 May 2000 16:45:45 +0200 (MET DST) Message-Id: <200005251445.QAA02871@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: compinit/compdump Just some stuff from 11440. Bye Sven Index: Completion/Core/compdump =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Core/compdump,v retrieving revision 1.3 diff -u -r1.3 compdump --- Completion/Core/compdump 2000/05/19 18:22:51 1.3 +++ Completion/Core/compdump 2000/05/25 14:45:32 @@ -94,9 +94,9 @@ while (( $#_d_als )); do if (( ! $+_compautos[$_d_als[1]] )); then print -n " $_d_als[1]" - if (( _i-- && $#_d_als > 1 )); then + if (( ! _i-- && $#_d_als > 1 )); then _i=5 - print -n '\nautoload -U' + print -n ' \\\n ' fi fi shift _d_als Index: Completion/Core/compinit =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Core/compinit,v retrieving revision 1.2 diff -u -r1.2 compinit --- Completion/Core/compinit 2000/04/01 20:43:43 1.2 +++ Completion/Core/compinit 2000/05/25 14:45:32 @@ -322,7 +322,7 @@ Note that the values for the styles may be partly incorrect. Please read the manual to find out how to configure the completion system -with styles. +with styles or use the \`compinstall' function. Have fun -- Sven Wischnowsky wischnow@informatik.hu-berlin.de