Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: small fix _yodl
- X-seq: zsh-workers 8204
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: small fix _yodl
- Date: Mon, 11 Oct 1999 13:31:55 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Looking at Peters Zsh guide revealed a thinko in `_yodl'.
Bye
Sven
diff -u oldcompletion/User/_yodl Completion/User/_yodl
--- oldcompletion/User/_yodl Mon Oct 11 13:30:25 1999
+++ Completion/User/_yodl Mon Oct 11 13:30:29 1999
@@ -11,4 +11,4 @@
'-v[enable verbose mode]' \
'-w[enable warnings]' \
'-h[show usage information]' \
- '*:YODL input file:_files -g \*.\(\#i\)yodl'
+ '*:YODL input file:_files -g \*.\(\#i\)yo\(\|dl\)'
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author