Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Directory completion
- X-seq: zsh-workers 3496
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: Directory completion
- Date: Mon, 15 Sep 1997 18:39:31 +0200
sorrysorry, second minor addition (for printing out compctl).
*** Src/Zle/compctl.c.dir3 Mon Sep 15 16:36:35 1997
--- Src/Zle/compctl.c Mon Sep 15 18:30:40 1997
***************
*** 790,796 ****
printcompctl(char *s, Compctl cc, int printflags)
{
Compctl cc2;
! char *css = "fcqovbAIFpEjrzBRGudeNOZUnQmw";
char *mss = " pcCwWsSnNmrR";
unsigned long t = 0x7fffffff;
unsigned long flags = cc->mask;
--- 790,796 ----
printcompctl(char *s, Compctl cc, int printflags)
{
Compctl cc2;
! char *css = "fcqovbAIFpEjrzBRGudeNOZUnQmw/";
char *mss = " pcCwWsSnNmrR";
unsigned long t = 0x7fffffff;
unsigned long flags = cc->mask;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author