about summary refs log tree commit diff
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
parentf8b89476eb955bdf83686e10ebf837a4c1f4651e (diff)
downloadzsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.tar.gz
zsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.tar.xz
zsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.zip
16846: complete xdvi .dvi.gz and .dvi.bz2 too.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_xdvi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5f064081..7289771e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-17  Clint Adams  <clint@zsh.org>
+
+	* 16846: Completion/X/Command/_xdvi: complete .dvi.gz and .dvi.bz2
+	too.
+
 2002-03-16  Bart Schaefer  <schaefer@zsh.org>
 
 	* 16820: Test/E01options.ztst: change tests to match 16759.
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\)'