From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25615 invoked from network); 21 Jul 1999 13:11:02 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jul 1999 13:11:02 -0000 Received: (qmail 5347 invoked by alias); 21 Jul 1999 13:10:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7241 Received: (qmail 5340 invoked from network); 21 Jul 1999 13:10:48 -0000 Date: Wed, 21 Jul 1999 15:10:45 +0200 (MET DST) Message-Id: <199907211310.PAA03099@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: typos in _first Oops. Bye Sven --- oc/Base/_first Wed Jul 21 13:28:17 1999 +++ Completion/Base/_first Wed Jul 21 15:09:26 1999 @@ -53,9 +53,9 @@ # if compgen -X "%Bhistory ($n):%b" -Q -H $(( i*10 )) ''; then # # We have found at least one matching word, so we switch # # on menu-completion and make sure that no other -# # completion function is called by setting _comp_skip. +# # completion function is called by setting _compskip. # compstate[insert]=menu -# _comp_skip=1 +# _compskip=1 # return # fi # (( i++ )) -- Sven Wischnowsky wischnow@informatik.hu-berlin.de