From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3046 invoked from network); 30 Mar 2000 13:22:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Mar 2000 13:22:57 -0000 Received: (qmail 204 invoked by alias); 30 Mar 2000 13:22:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10332 Received: (qmail 192 invoked from network); 30 Mar 2000 13:22:38 -0000 Date: Thu, 30 Mar 2000 08:22:25 -0500 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: PATCH: 3.1.6-dev-20: compstyle->zstyle in compinstall Message-ID: <20000330082225.A32413@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i I know compinstall is being rewritten, but it would be nice if the Tanaka-san CVS version didn't put invalid commands in .zshrc. Index: Completion/Core/compinstall =================================================================== RCS file: /cvs/zsh/zsh/Completion/Core/compinstall,v retrieving revision 1.1.1.8 diff -u -r1.1.1.8 compinstall --- Completion/Core/compinstall 1999/11/15 12:01:47 1.1.1.8 +++ Completion/Core/compinstall 2000/03/30 13:18:44 @@ -233,7 +233,7 @@ esac done - _ci_lines="${_ci_lines}compstyle '*' completer $_ci_completer" + _ci_lines="${_ci_lines}zstyle ':completion*' completer $_ci_completer" if [[ $_ci_completer = *(correct|approx)* ]]; then