Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Just a comment...
- X-seq: zsh-workers 5388
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Just a comment...
- Date: Mon, 15 Feb 1999 12:12:07 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>From Peter's `__rcs' example file:
if [[ $NMATCHES -eq 0 && ...
I always used (the equivalent of):
`local nm=$NMATCHES ... [[ $NMATCHES -eq nm ]] ...'
because I think that we should make the files as re-usable as
possible. The above will fail if the function for another command
first generates some matches and then calls __rcs to get those
matches, too. Dunno if this makes always sense, though.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author