Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Another patch to compctl-examples CVS compctl, and a bug?
- X-seq: zsh-workers 1641
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Another patch to compctl-examples CVS compctl, and a bug?
- Date: Sat, 13 Jul 1996 19:00:38 -0700
- Cc: bobg@xxxxxxxxxxx
- In-reply-to: "Bart Schaefer" <schaefer> "Re: Another patch to compctl-examples CVS compctl, and a bug?" (Jul 13, 6:55pm)
- References: <960713173425.ZM5697@xxxxxxxxxxxxxxxxxxxxxxx> <960713185548.ZM6039@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: schaefer@xxxxxxx
On Jul 13, 6:55pm, Bart Schaefer wrote:
} Subject: Re: Another patch to compctl-examples CVS compctl, and a bug?
}
} } ! reply=($(for f in \
} } ! "${${${(f@)$({<${pref}CVS/Entries} 2>/dev/null)}#/}%%/*}" \
} } ! do echo $pref$f; done)
} } ! ${pref}*/**/CVS(:h))
}
} There's one too many backslashes in the above. Take out the one just
} before the "do". With that backslash removed, everything works as
} intended.
Sigh. I take it back; it still generates the stray newline. However, the
backslash does need to be removed for the completion to work properly in
directories that do have a CVS subdirectory.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.nbn.com/people/lantern
New male in /home/schaefer:
>N 2 Justin William Schaefer Sat May 11 03:43 53/4040 "Happy Birthday"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author