Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _xdvi with compressed files
- X-seq: zsh-workers 16846
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _xdvi with compressed files
- Date: Sat, 16 Mar 2002 23:29:21 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
teTeX's xdvi is actually a wrapper script which can handle
.gz and .bz2 files.
Index: Completion/X/Command/_xdvi
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_xdvi,v
retrieving revision 1.1
diff -u -r1.1 _xdvi
--- Completion/X/Command/_xdvi 2 Apr 2001 12:14:58 -0000 1.1
+++ Completion/X/Command/_xdvi 17 Mar 2002 04:19:50 -0000
@@ -27,4 +27,4 @@
'-topmargin:top margin:' \
'-xoffset:horizontal offset:' \
'-yoffset:vertical offset:' \
- '*:DVI file:_files -g \*.\(\#i\)dvi'
+ '*:DVI file:_files -g \*.\(\#i\)dvi\(\|.gz\|.bz2\)'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author