From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27598 invoked from network); 5 Jan 2000 15:41:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Jan 2000 15:41:51 -0000 Received: (qmail 21291 invoked by alias); 5 Jan 2000 15:41:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9219 Received: (qmail 21270 invoked from network); 5 Jan 2000 15:41:26 -0000 Date: Wed, 5 Jan 2000 16:41:25 +0100 (MET) Message-Id: <200001051541.QAA11157@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: small fix for predict-on Somehow that call to zstyle got garbled. Bye Sven diff -ru ../z.old/Functions/Zle/predict-on Functions/Zle/predict-on --- ../z.old/Functions/Zle/predict-on Wed Jan 5 15:59:58 2000 +++ Functions/Zle/predict-on Wed Jan 5 16:38:45 2000 @@ -119,7 +119,7 @@ then compstate[list]='' compstate[force_list]=yes - elif zstyle ":completion:predict${curcontext}" list always ]] + elif zstyle -t ":completion:predict${curcontext}" list always then compstate[force_list]=yes fi -- Sven Wischnowsky wischnow@informatik.hu-berlin.de