about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-03-17 05:00:48 +0000
committerClint Adams <clint@users.sourceforge.net>2002-03-17 05:00:48 +0000
commit0031e143575cd4ce3d1cdf9bb15bd45737630c9d (patch)
tree4edbf1433970cb0a67ad672f288afeb88fdc44b6 /Completion/X
parentf8b89476eb955bdf83686e10ebf837a4c1f4651e (diff)
downloadzsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.tar.gz
zsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.tar.xz
zsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.zip
16846: complete xdvi .dvi.gz and .dvi.bz2 too.
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_xdvi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_xdvi b/Completion/X/Command/_xdvi
index d24015ed5..7a4461ae1 100644
--- a/Completion/X/Command/_xdvi
+++ b/Completion/X/Command/_xdvi
@@ -27,4 +27,4 @@ _xt_arguments \
   '-topmargin:top margin:' \
   '-xoffset:horizontal offset:' \
   '-yoffset:vertical offset:' \
-  '*:DVI file:_files -g \*.\(\#i\)dvi'
+  '*:DVI file:_files -g \*.\(\#i\)dvi\(\|.Z\|.gz\|.bz2\)'