From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28275 invoked from network); 27 Oct 1999 19:43:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Oct 1999 19:43:39 -0000 Received: (qmail 17852 invoked by alias); 27 Oct 1999 19:43:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8454 Received: (qmail 17845 invoked from network); 27 Oct 1999 19:43:33 -0000 From: "Bart Schaefer" Message-Id: <991027194301.ZM3893@candle.brasslantern.com> Date: Wed, 27 Oct 1999 19:43:01 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: PATCH: Another tweak to predict-on MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Index: Functions/Zle/predict-on =================================================================== @@ -52,7 +52,7 @@ RBUFFER="" if [[ ${KEYS[-1]} != ' ' ]] then - unsetopt automenu + unsetopt automenu recexact integer curs=$CURSOR pos nchar=${#LBUFFER//[^${KEYS[-1]}]} local -a +h comppostfuncs comppostfuncs=( predict-limit-list ) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com