zsh-workers
 help / color / mirror / code / Atom feed
* compctl patch (second attempt)
@ 1995-07-21 22:34 Zefram
  0 siblings, 0 replies; only message in thread
From: Zefram @ 1995-07-21 22:34 UTC (permalink / raw)
  To: Z Shell workers mailing list

-----BEGIN PGP SIGNED MESSAGE-----

I think this patch got mangled when I sent it before.  I am therefore
resending it.  This patch removes the restriction against using the
compctl -P and -S options in xor'ed completions.  This change doesn't
seem to cause any problems.

 -zefram

      Index: Src/builtin.c
      ***************
      *** 1849,1859 ****
        		}
        		break;
        	    case 'P':
      - 		if (hx) {
      - 		    zerrnam(name, "no prefix allowed in xor'd (+) completion",
      - 			    NULL, 0);
      - 		    return 1;
      - 		}
        		if ((*argv)[1]) {
        		    cct.prefix = (*argv) + 1;
        		    *argv = "" - 1;
      --- 1849,1854 ----
      ***************
      *** 1866,1876 ****
        		}
        		break;
        	    case 'S':
      - 		if (hx) {
      - 		    zerrnam(name, "no suffix allowed in xor'd (+) completion",
      - 			    NULL, 0);
      - 		    return 1;
      - 		}
        		if ((*argv)[1]) {
        		    cct.suffix = (*argv) + 1;
        		    *argv = "" - 1;
      --- 1861,1866 ----

-----BEGIN PGP SIGNATURE-----
Version: 2.6.i

iQBVAgUBMBArUGWJ8JfKi+e9AQG7JAIAiOl9fAvC73cVpy541bjd3EOHdeIY6icR
PiXmTZ1QlggZvnsKyKTu0avL9AlvUCZiaUazsiHqWinAnpkwfkOnKw==
=5GcA
-----END PGP SIGNATURE-----


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

only message in thread, other threads:[~1995-07-22  3:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-07-21 22:34 compctl patch (second attempt) Zefram

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).