zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: another little fix
@ 1999-02-19 12:35 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 1999-02-19 12:35 UTC (permalink / raw)
  To: zsh-workers


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-19 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-19 12:35 PATCH: another little fix Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).