Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author