Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: another little fix
- X-seq: zsh-workers 5429
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: another little fix
- Date: Fri, 19 Feb 1999 13:35:56 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author