From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3321 invoked from network); 19 Feb 1999 12:37:30 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Feb 1999 12:37:30 -0000 Received: (qmail 18068 invoked by alias); 19 Feb 1999 12:36:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5429 Received: (qmail 18058 invoked from network); 19 Feb 1999 12:36:47 -0000 Date: Fri, 19 Feb 1999 13:35:56 +0100 (MET) Message-Id: <199902191235.NAA10559@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: another little fix When makes the strings in the CONTEXT parameter longer I forgot the strings in compctl.c... Bye Sven --- os/Zle/compctl.c Fri Feb 19 10:24:18 1999 +++ Src/Zle/compctl.c Fri Feb 19 13:34:56 1999 @@ -1949,9 +1949,9 @@ pparams = p; zsfree(compcontext); if ((compcurrent -= b + 1)) - compcontext = ztrdup("arg"); + compcontext = ztrdup("argument"); else - compcontext = ztrdup("cmd"); + compcontext = ztrdup("command"); } /**/ -- Sven Wischnowsky wischnow@informatik.hu-berlin.de