Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: small fix _yodl



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